#DCAF5B

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

Shades of Rob Roy #DCAF5B

Tints of Rob Roy #DCAF5B

Color information

#DCAF5B (or 0xDCAF5B) is unknown color: approx Rob Roy. HEX triplet: DC, AF and 5B. RGB value is (220,175,91). Sum of RGB (Red+Green+Blue) = 220+175+91=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF5B is #2350A4. Grayscale: #B3B3B3. Windows color (decimal): -2314405 or 6008796. OLE color: 6008796.

HSL color Cylindrical-coordinate representation of color #DCAF5B: hue angle of 39.07º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCAF5B is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB22017591-
CMYK00.200.590.14
HSL39.07º64.82%60.98%-
HSV(B)39.07º58.64%86.27%-
XYZ46.7346.6316.44-
YUV178.8878.41157.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 91 (35.94% from 255) = 18.72%
R=45.27%
G=36.01%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201759100.200.590.1439.0764.8260.98
HexDCAF5B0143BE27413d
Octal33425713302473164710175
Binary1101110010101111101101101010011101111101001111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF5B; }

 p { color: rgb(220,175,91); }

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

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

 a { background-color: rgb(220,175,91); }

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

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

 span { border-color: rgb(220,175,91); }

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