#D8AE57

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

Shades of Rob Roy #D8AE57

Tints of Rob Roy #D8AE57

Color information

#D8AE57 (or 0xD8AE57) is unknown color: approx Rob Roy. HEX triplet: D8, AE and 57. RGB value is (216,174,87). Sum of RGB (Red+Green+Blue) = 216+174+87=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE57 is #2751A8. Grayscale: #B1B1B1. Windows color (decimal): -2576809 or 5746392. OLE color: 5746392.

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

Color convert

RGB21617487-
CMYK00.190.600.15
HSL40.47º62.32%59.41%-
HSV(B)40.47º59.72%84.71%-
XYZ45.1845.5615.43-
YUV176.6477.41156.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 87 (34.38% from 255) = 18.24%
R=45.28%
G=36.48%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161748700.190.600.1540.4762.3259.41
HexD8AE570133CF283e3b
Octal3302561270237417507673
Binary110110001010111010101110100111111001111101000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE57; }

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

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

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

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

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

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

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

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