#DDAD4C

Color #DDAD4C Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DDAD4C

Tints of Rob Roy #DDAD4C

Color information

#DDAD4C (or 0xDDAD4C) is unknown color: approx Rob Roy. HEX triplet: DD, AD and 4C. RGB value is (221,173,76). Sum of RGB (Red+Green+Blue) = 221+173+76=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD4C is #2252B3. Grayscale: #B0B0B0. Windows color (decimal): -2249396 or 5025245. OLE color: 5025245.

HSL color Cylindrical-coordinate representation of color #DDAD4C: hue angle of 40.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDAD4C is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22117376-
CMYK00.220.660.13
HSL40.14º68.08%58.24%-
HSV(B)40.14º65.61%86.67%-
XYZ46.0745.7813.25-
YUV176.2971.4159.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 76 (30.08% from 255) = 16.17%
R=47.02%
G=36.81%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211737600.220.660.1340.1468.0858.24
HexDDAD4C01642D28443a
Octal335255114026102155010472
Binary11011101101011011001100010110100001011011010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD4C; }

 p { color: rgb(221,173,76); }

 H1.HeaderClassName
 {
   color: #DDAD4C;
 }
 .AnyTagClassName
 {
   color: #DDAD4C;
 }
</style>
background-color css

<style>
 a { background-color: #DDAD4C; }

 a { background-color: rgb(221,173,76); }

 div.DivClassName
 {
   background-color: #DDAD4C;
 }
 .BgClassName
 {
   background-color: #DDAD4C;
 }
</style>
border-color css

<style>
 span { border-color: #DDAD4C; }

 span { border-color: rgb(221,173,76); }

 td.TdClassName
 {
   border-color: #DDAD4C;
 }
 .TagClassName
 {
   border-color: #DDAD4C;
 }
</style>