Color Hex Logo

#ddbc1a Color Hex

#DDBC1A
(221,188,26)
0 Favorites   0 Comments

Color spaces of #ddbc1a

RGB 22118826
HSL0.140.790.48
HSV50°88°87°
CMYK 0.000.150.88   0.13
XYZ47.988551.41328.3718
Yxy51.41320.44530.4770
Hunter Lab71.7030-6.016043.2696
CIE-Lab76.9286-2.414075.1766

#ddbc1a color RGB value is (221,188,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00011010
Octal 335 274 32
Decimal 221 188 26
Hex DD BC 1A

RGB Percentages of Color #ddbc1a

%50.80
%43.22
%5.98

CMYK Percentages of Color #ddbc1a

%0
%15
%88
%13

Triadic Colors of #ddbc1a

#ddbc1a #1addbc #bc1add

Analogous Colors of #ddbc1a

#ddbc1a #9ddd1a #dd5b1a

Monochromatic Colors of #ddbc1a

#ddbc1a

Complementary Color

#ddbc1a #1a3bdd

#ddbc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc1a Color CSS Codes

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

#ddbc1a Text Font Color

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

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


#ddbc1a Background Color

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

This div background color is #ddbc1a


#ddbc1a Border Color

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

This div border color is #ddbc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc1a


Comments

No comments written yet.

Please login to write comment.