#D8AC51

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

Shades of Rob Roy #D8AC51

Tints of Rob Roy #D8AC51

Color information

#D8AC51 (or 0xD8AC51) is unknown color: approx Rob Roy. HEX triplet: D8, AC and 51. RGB value is (216,172,81). Sum of RGB (Red+Green+Blue) = 216+172+81=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC51 is #2753AE. Grayscale: #AFAFAF. Windows color (decimal): -2577327 or 5352664. OLE color: 5352664.

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

Color convert

RGB21617281-
CMYK00.200.620.15
HSL40.44º63.38%58.24%-
HSV(B)40.44º62.5%84.71%-
XYZ44.5644.714.06-
YUV174.7875.08157.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.06%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 81 (32.03% from 255) = 17.27%
R=46.06%
G=36.67%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161728100.200.620.1540.4463.3858.24
HexD8AC510143EF283f3a
Octal3302541210247617507772
Binary110110001010110010100010101001111101111101000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC51; }

 p { color: rgb(216,172,81); }

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

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

 a { background-color: rgb(216,172,81); }

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

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

 span { border-color: rgb(216,172,81); }

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