Color Hex Logo

#ddc03d Color Hex

#DDC03D
(221,192,61)
0 Favorites   0 Comments

Color spaces of #ddc03d

RGB 22119261
HSL0.140.700.55
HSV49°72°87°
CMYK 0.000.130.72   0.13
XYZ49.510753.408312.1142
Yxy53.40830.43040.4643
Hunter Lab73.0810-6.962041.3285
CIE-Lab78.1154-3.363766.0754

#ddc03d color RGB value is (221,192,61).

#ddc03d hex color red value is 221, green value is 192 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ddc03d hue: 0.14 , saturation: 0.70 and the lightness value of ddc03d is 0.55.

The process color (four color CMYK) of #ddc03d color hex is 0.00, 0.13, 0.72, 0.13. Web safe color of #ddc03d is #cccc33. Color #ddc03d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 00111101
Octal 335 300 75
Decimal 221 192 61
Hex DD C0 3D

RGB Percentages of Color #ddc03d

%46.62
%40.51
%12.87

CMYK Percentages of Color #ddc03d

%0
%13
%72
%13

Triadic Colors of #ddc03d

#ddc03d #3dddc0 #c03ddd

Analogous Colors of #ddc03d

#ddc03d #aadd3d #dd703d

Monochromatic Colors of #ddc03d

#ddc03d

Complementary Color

#ddc03d #3d5add

#ddc03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc03d Color CSS Codes

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

#ddc03d Text Font Color

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

This sample text font color is #ddc03d
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.


#ddc03d Background Color

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

This div background color is #ddc03d


#ddc03d Border Color

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

This div border color is #ddc03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc03d


Comments

No comments written yet.

Please login to write comment.