Color Hex Logo

#ddbc26 Color Hex

#DDBC26
(221,188,38)
0 Favorites   0 Comments

Color spaces of #ddbc26

RGB 22118838
HSL0.140.730.51
HSV49°83°87°
CMYK 0.000.150.83   0.13
XYZ48.151951.47859.2322
Yxy51.47850.44230.4729
Hunter Lab71.7485-5.764942.5949
CIE-Lab76.9680-2.132272.4254

#ddbc26 color RGB value is (221,188,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00100110
Octal 335 274 46
Decimal 221 188 38
Hex DD BC 26

RGB Percentages of Color #ddbc26

%49.44
%42.06
%8.50

CMYK Percentages of Color #ddbc26

%0
%15
%83
%13

Triadic Colors of #ddbc26

#ddbc26 #26ddbc #bc26dd

Analogous Colors of #ddbc26

#ddbc26 #a3dd26 #dd6126

Monochromatic Colors of #ddbc26

#ddbc26

Complementary Color

#ddbc26 #2647dd

#ddbc26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc26 Color CSS Codes

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

#ddbc26 Text Font Color

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

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


#ddbc26 Background Color

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

This div background color is #ddbc26


#ddbc26 Border Color

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

This div border color is #ddbc26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc26


Comments

No comments written yet.

Please login to write comment.