#DDAE52

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

Shades of Rob Roy #DDAE52

Tints of Rob Roy #DDAE52

Color information

#DDAE52 (or 0xDDAE52) is unknown color: approx Rob Roy. HEX triplet: DD, AE and 52. RGB value is (221,174,82). Sum of RGB (Red+Green+Blue) = 221+174+82=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAE52 is #2251AD. Grayscale: #B1B1B1. Windows color (decimal): -2249134 or 5418717. OLE color: 5418717.

HSL color Cylindrical-coordinate representation of color #DDAE52: hue angle of 39.71º 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 #DDAE52 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22117482-
CMYK00.210.630.13
HSL39.71º67.15%59.41%-
HSV(B)39.71º62.9%86.67%-
XYZ46.4846.2514.46-
YUV177.5674.07158.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 82 (32.42% from 255) = 17.19%
R=46.33%
G=36.48%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211748200.210.630.1339.7167.1559.41
HexDDAE520153FD28433b
Octal33525612202577155010373
Binary1101110110101110101001001010111111111011010001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE52; }

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

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

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

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

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

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

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

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