Color Hex Logo

#ddc203 Color Hex

#DDC203
(221,194,3)
0 Favorites   0 Comments

Color spaces of #ddc203

RGB 2211943
HSL0.150.970.44
HSV53°99°87°
CMYK 0.000.120.99   0.13
XYZ49.127053.96237.9126
Yxy53.96230.44260.4861
Hunter Lab73.4590-9.178445.0349
CIE-Lab78.4397-5.803579.3663

#ddc203 color RGB value is (221,194,3).

#ddc203 hex color red value is 221, green value is 194 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ddc203 hue: 0.15 , saturation: 0.97 and the lightness value of ddc203 is 0.44.

The process color (four color CMYK) of #ddc203 color hex is 0.00, 0.12, 0.99, 0.13. Web safe color of #ddc203 is #cccc00. Color #ddc203 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 00000011
Octal 335 302 3
Decimal 221 194 3
Hex DD C2 3

RGB Percentages of Color #ddc203

%52.87
%46.41
%0.72

CMYK Percentages of Color #ddc203

%0
%12
%99
%13

Triadic Colors of #ddc203

#ddc203 #03ddc2 #c203dd

Analogous Colors of #ddc203

#ddc203 #8bdd03 #dd5503

Monochromatic Colors of #ddc203

#ddc203

Complementary Color

#ddc203 #031edd

#ddc203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc203 Color CSS Codes

.mybgcolor {background-color:#ddc203; } 
.myforecolor {color:#ddc203; }
.mybordercolor {border:3px solid #ddc203; }

#ddc203 Text Font Color

<p style="color:#ddc203">Text here</p>

This sample text font color is #ddc203
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc203 Background Color

<div style="background-color:#ddc203">
Div content here</div>

This div background color is #ddc203


#ddc203 Border Color

<div style="border:3px solid #ddc203">
Div here</div>

This div border color is #ddc203


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,194,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc203; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc203;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc203;
  box-shadow:         1px 1px 3px 2px #ddc203; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,194,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc203">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc203;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc203;
  box-shadow:         1px 1px 3px 2px #ddc203;">
Div content here</div>

This div box has shadow with color #ddc203


Comments

No comments written yet.

Please login to write comment.