#DCAE5B

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

Shades of Rob Roy #DCAE5B

Tints of Rob Roy #DCAE5B

Color information

#DCAE5B (or 0xDCAE5B) is unknown color: approx Rob Roy. HEX triplet: DC, AE and 5B. RGB value is (220,174,91). Sum of RGB (Red+Green+Blue) = 220+174+91=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE5B is #2351A4. Grayscale: #B2B2B2. Windows color (decimal): -2314661 or 6008540. OLE color: 6008540.

HSL color Cylindrical-coordinate representation of color #DCAE5B: hue angle of 38.6º 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 #DCAE5B is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB22017491-
CMYK00.210.590.14
HSL38.6º64.82%60.98%-
HSV(B)38.6º58.64%86.27%-
XYZ46.5446.2416.37-
YUV178.2978.74157.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 91 (35.94% from 255) = 18.76%
R=45.36%
G=35.88%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201749100.210.590.1438.664.8260.98
HexDCAE5B0153BE27413d
Octal33425613302573164710175
Binary1101110010101110101101101010111101111101001111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE5B; }

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

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

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

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

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

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

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

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