Color Hex Logo

#ddbc1e Color Hex

#DDBC1E
(221,188,30)
0 Favorites   0 Comments

Color spaces of #ddbc1e

RGB 22118830
HSL0.140.760.49
HSV50°86°87°
CMYK 0.000.150.86   0.13
XYZ48.036451.43238.6239
Yxy51.43230.44440.4758
Hunter Lab71.7163-5.942243.0718
CIE-Lab76.9401-2.331274.3512

#ddbc1e color RGB value is (221,188,30).

#ddbc1e hex color red value is 221, green value is 188 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ddbc1e hue: 0.14 , saturation: 0.76 and the lightness value of ddbc1e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00011110
Octal 335 274 36
Decimal 221 188 30
Hex DD BC 1E

RGB Percentages of Color #ddbc1e

%50.34
%42.82
%6.83

CMYK Percentages of Color #ddbc1e

%0
%15
%86
%13

Triadic Colors of #ddbc1e

#ddbc1e #1eddbc #bc1edd

Analogous Colors of #ddbc1e

#ddbc1e #9fdd1e #dd5d1e

Monochromatic Colors of #ddbc1e

#ddbc1e

Complementary Color

#ddbc1e #1e3fdd

#ddbc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc1e Color CSS Codes

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

#ddbc1e Text Font Color

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

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


#ddbc1e Background Color

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

This div background color is #ddbc1e


#ddbc1e Border Color

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

This div border color is #ddbc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc1e


Comments

No comments written yet.

Please login to write comment.