#D8AE5A

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

Shades of Rob Roy #D8AE5A

Tints of Rob Roy #D8AE5A

Color information

#D8AE5A (or 0xD8AE5A) is unknown color: approx Rob Roy. HEX triplet: D8, AE and 5A. RGB value is (216,174,90). Sum of RGB (Red+Green+Blue) = 216+174+90=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE5A is #2751A5. Grayscale: #B1B1B1. Windows color (decimal): -2576806 or 5943000. OLE color: 5943000.

HSL color Cylindrical-coordinate representation of color #D8AE5A: hue angle of 40º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8AE5A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21617490-
CMYK00.190.580.15
HSL40º61.76%60%-
HSV(B)40º58.33%84.71%-
XYZ45.345.6116.09-
YUV176.9878.91155.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=45%
G=36.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161749000.190.580.154061.7660
HexD8AE5A0133AF283e3c
Octal3302561320237217507674
Binary110110001010111010110100100111110101111101000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE5A; }

 p { color: rgb(216,174,90); }

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

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

 a { background-color: rgb(216,174,90); }

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

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

 span { border-color: rgb(216,174,90); }

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