Color Hex Logo

#ddbd00 Color Hex

#DDBD00
(221,189,0)
0 Favorites   0 Comments

Color spaces of #ddbd00

RGB 2211890
HSL0.141.000.43
HSV51°100°87°
CMYK 0.000.141.00   0.13
XYZ48.016451.76737.4614
Yxy51.76730.44770.4827
Hunter Lab71.9495-6.787444.2161
CIE-Lab77.1415-3.254478.7454

#ddbd00 color RGB value is (221,189,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 00000000
Octal 335 275 0
Decimal 221 189 0
Hex DD BD 0

RGB Percentages of Color #ddbd00

%53.90
%46.10
%0.00

CMYK Percentages of Color #ddbd00

%0
%14
%100
%13

Triadic Colors of #ddbd00

#ddbd00 #00ddbd #bd00dd

Analogous Colors of #ddbd00

#ddbd00 #8fdd00 #dd4f00

Monochromatic Colors of #ddbd00

#ddbd00

Complementary Color

#ddbd00 #0020dd

#ddbd00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbd00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbd00 Color CSS Codes

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

#ddbd00 Text Font Color

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

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


#ddbd00 Background Color

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

This div background color is #ddbd00


#ddbd00 Border Color

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

This div border color is #ddbd00


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,189,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 #ddbd00">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbd00


Comments

No comments written yet.

Please login to write comment.