#DCAE58

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

Shades of Rob Roy #DCAE58

Tints of Rob Roy #DCAE58

Color information

#DCAE58 (or 0xDCAE58) is unknown color: approx Rob Roy. HEX triplet: DC, AE and 58. RGB value is (220,174,88). Sum of RGB (Red+Green+Blue) = 220+174+88=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE58 is #2351A7. Grayscale: #B2B2B2. Windows color (decimal): -2314664 or 5811932. OLE color: 5811932.

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

Color convert

RGB22017488-
CMYK00.210.60.14
HSL39.09º65.35%60.39%-
HSV(B)39.09º60%86.27%-
XYZ46.4146.1915.7-
YUV177.9577.24157.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 88 (34.77% from 255) = 18.26%
R=45.64%
G=36.10%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201748800.210.60.1439.0965.3560.39
HexDCAE580153CE27413c
Octal33425613002574164710174
Binary1101110010101110101100001010111110011101001111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE58; }

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

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

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

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

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

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

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

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