#D8AC4F

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

Shades of Rob Roy #D8AC4F

Tints of Rob Roy #D8AC4F

Color information

#D8AC4F (or 0xD8AC4F) is unknown color: approx Rob Roy. HEX triplet: D8, AC and 4F. RGB value is (216,172,79). Sum of RGB (Red+Green+Blue) = 216+172+79=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC4F is #2753B0. Grayscale: #AEAEAE. Windows color (decimal): -2577329 or 5221592. OLE color: 5221592.

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

Color convert

RGB21617279-
CMYK00.200.630.15
HSL40.73º63.72%57.84%-
HSV(B)40.73º63.43%84.71%-
XYZ44.4844.6713.67-
YUV174.5574.08157.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 79 (31.25% from 255) = 16.92%
R=46.25%
G=36.83%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161727900.200.630.1540.7363.7257.84
HexD8AC4F0143FF29403a
Octal33025411702477175110072
Binary1101100010101100100111101010011111111111010011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC4F; }

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

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

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

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

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

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

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

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