Color Hex Logo

#ddc300 Color Hex

#DDC300
(221,195,0)
0 Favorites   0 Comments

Color spaces of #ddc300

RGB 2211950
HSL0.151.000.43
HSV53°100°87°
CMYK 0.000.121.00   0.13
XYZ49.333954.40247.9005
Yxy54.40240.44190.4873
Hunter Lab73.7580-9.684645.2798
CIE-Lab78.6958-6.344679.8503

#ddc300 color RGB value is (221,195,0).

#ddc300 hex color red value is 221, green value is 195 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ddc300 hue: 0.15 , saturation: 1.00 and the lightness value of ddc300 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 00000000
Octal 335 303 0
Decimal 221 195 0
Hex DD C3 0

RGB Percentages of Color #ddc300

%53.13
%46.88
%0.00

CMYK Percentages of Color #ddc300

%0
%12
%100
%13

Triadic Colors of #ddc300

#ddc300 #00ddc3 #c300dd

Analogous Colors of #ddc300

#ddc300 #89dd00 #dd5500

Monochromatic Colors of #ddc300

#ddc300

Complementary Color

#ddc300 #001add

#ddc300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc300 Color CSS Codes

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

#ddc300 Text Font Color

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

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


#ddc300 Background Color

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

This div background color is #ddc300


#ddc300 Border Color

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

This div border color is #ddc300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc300


Comments

No comments written yet.

Please login to write comment.