#DDAD52

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

Shades of Rob Roy #DDAD52

Tints of Rob Roy #DDAD52

Color information

#DDAD52 (or 0xDDAD52) is unknown color: approx Rob Roy. HEX triplet: DD, AD and 52. RGB value is (221,173,82). Sum of RGB (Red+Green+Blue) = 221+173+82=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD52 is #2252AD. Grayscale: #B1B1B1. Windows color (decimal): -2249390 or 5418461. OLE color: 5418461.

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

Color convert

RGB22117382-
CMYK00.220.630.13
HSL39.28º67.15%59.41%-
HSV(B)39.28º62.9%86.67%-
XYZ46.2945.8714.4-
YUV176.9874.4159.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 82 (32.42% from 255) = 17.23%
R=46.43%
G=36.34%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211738200.220.630.1339.2867.1559.41
HexDDAD520163FD27433b
Octal33525512202677154710373
Binary1101110110101101101001001011011111111011001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD52; }

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

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

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

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

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

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

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

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