Color Hex Logo

#ddba26 Color Hex

#DDBA26
(221,186,38)
0 Favorites   0 Comments

Color spaces of #ddba26

RGB 22118638
HSL0.130.730.51
HSV49°83°87°
CMYK 0.000.160.83   0.13
XYZ47.727650.62999.0908
Yxy50.62990.44420.4712
Hunter Lab71.1547-4.790442.2333
CIE-Lab76.4543-1.092271.9907

#ddba26 color RGB value is (221,186,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 00100110
Octal 335 272 46
Decimal 221 186 38
Hex DD BA 26

RGB Percentages of Color #ddba26

%49.66
%41.80
%8.54

CMYK Percentages of Color #ddba26

%0
%16
%83
%13

Triadic Colors of #ddba26

#ddba26 #26ddba #ba26dd

Analogous Colors of #ddba26

#ddba26 #a5dd26 #dd5f26

Monochromatic Colors of #ddba26

#ddba26

Complementary Color

#ddba26 #2649dd

#ddba26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddba26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddba26 Color CSS Codes

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

#ddba26 Text Font Color

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

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


#ddba26 Background Color

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

This div background color is #ddba26


#ddba26 Border Color

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

This div border color is #ddba26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddba26


Comments

No comments written yet.

Please login to write comment.