Color Hex Logo

#dda838 Color Hex

#DDA838
(221,168,56)
0 Favorites   0 Comments

Color spaces of #dda838

RGB 22116856
HSL0.110.710.54
HSV41°75°87°
CMYK 0.000.240.75   0.13
XYZ44.535243.66299.8219
Yxy43.66290.45430.4454
Hunter Lab66.07794.669137.4416
CIE-Lab72.00269.030062.0322

#dda838 color RGB value is (221,168,56).

#dda838 hex color red value is 221, green value is 168 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dda838 hue: 0.11 , saturation: 0.71 and the lightness value of dda838 is 0.54.

The process color (four color CMYK) of #dda838 color hex is 0.00, 0.24, 0.75, 0.13. Web safe color of #dda838 is #cc9933. Color #dda838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 00111000
Octal 335 250 70
Decimal 221 168 56
Hex DD A8 38

RGB Percentages of Color #dda838

%49.66
%37.75
%12.58

CMYK Percentages of Color #dda838

%0
%24
%75
%13

Triadic Colors of #dda838

#dda838 #38dda8 #a838dd

Analogous Colors of #dda838

#dda838 #c0dd38 #dd5638

Monochromatic Colors of #dda838

#dda838

Complementary Color

#dda838 #386ddd

#dda838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda838 Color CSS Codes

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

#dda838 Text Font Color

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

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


#dda838 Background Color

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

This div background color is #dda838


#dda838 Border Color

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

This div border color is #dda838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda838


Comments

No comments written yet.

Please login to write comment.