#DCAE51

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

Shades of Rob Roy #DCAE51

Tints of Rob Roy #DCAE51

Color information

#DCAE51 (or 0xDCAE51) is unknown color: approx Rob Roy. HEX triplet: DC, AE and 51. RGB value is (220,174,81). Sum of RGB (Red+Green+Blue) = 220+174+81=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE51 is #2351AE. Grayscale: #B1B1B1. Windows color (decimal): -2314671 or 5353180. OLE color: 5353180.

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

Color convert

RGB22017481-
CMYK00.210.630.14
HSL40.14º66.51%59.02%-
HSV(B)40.14º63.18%86.27%-
XYZ46.1446.0814.25-
YUV177.1573.74158.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.32%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 81 (32.03% from 255) = 17.05%
R=46.32%
G=36.63%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201748100.210.630.1440.1466.5159.02
HexDCAE510153FE28433b
Octal33425612102577165010373
Binary1101110010101110101000101010111111111101010001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE51; }

 p { color: rgb(220,174,81); }

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

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

 a { background-color: rgb(220,174,81); }

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

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

 span { border-color: rgb(220,174,81); }

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