#DDAF5A

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

Shades of Rob Roy #DDAF5A

Tints of Rob Roy #DDAF5A

Color information

#DDAF5A (or 0xDDAF5A) is unknown color: approx Rob Roy. HEX triplet: DD, AF and 5A. RGB value is (221,175,90). Sum of RGB (Red+Green+Blue) = 221+175+90=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF5A is #2250A5. Grayscale: #B3B3B3. Windows color (decimal): -2248870 or 5943261. OLE color: 5943261.

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

Color convert

RGB22117590-
CMYK00.210.590.13
HSL38.93º65.83%60.98%-
HSV(B)38.93º59.28%86.67%-
XYZ46.9946.7716.22-
YUV179.0677.74157.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 90 (35.55% from 255) = 18.52%
R=45.47%
G=36.01%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211759000.210.590.1338.9365.8360.98
HexDDAF5A0153BD27423d
Octal33525713202573154710275
Binary1101110110101111101101001010111101111011001111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF5A; }

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

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

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

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

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

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

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

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