#DDAF58

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

Shades of Rob Roy #DDAF58

Tints of Rob Roy #DDAF58

Color information

#DDAF58 (or 0xDDAF58) is unknown color: approx Rob Roy. HEX triplet: DD, AF and 58. RGB value is (221,175,88). Sum of RGB (Red+Green+Blue) = 221+175+88=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF58 is #2250A7. Grayscale: #B3B3B3. Windows color (decimal): -2248872 or 5812189. OLE color: 5812189.

HSL color Cylindrical-coordinate representation of color #DDAF58: hue angle of 39.25º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDAF58 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22117588-
CMYK00.210.600.13
HSL39.25º66.17%60.59%-
HSV(B)39.25º60.18%86.67%-
XYZ46.9146.7415.78-
YUV178.8476.74158.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 88 (34.77% from 255) = 18.18%
R=45.66%
G=36.16%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211758800.210.600.1339.2566.1760.59
HexDDAF580153CD27423d
Octal33525713002574154710275
Binary1101110110101111101100001010111110011011001111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF58; }

 p { color: rgb(221,175,88); }

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

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

 a { background-color: rgb(221,175,88); }

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

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

 span { border-color: rgb(221,175,88); }

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