#D8AF4D

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

Shades of Rob Roy #D8AF4D

Tints of Rob Roy #D8AF4D

Color information

#D8AF4D (or 0xD8AF4D) is unknown color: approx Rob Roy. HEX triplet: D8, AF and 4D. RGB value is (216,175,77). Sum of RGB (Red+Green+Blue) = 216+175+77=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF4D is #2750B2. Grayscale: #B0B0B0. Windows color (decimal): -2576563 or 5091288. OLE color: 5091288.

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

Color convert

RGB21617577-
CMYK00.190.640.15
HSL42.3º64.06%57.45%-
HSV(B)42.3º64.35%84.71%-
XYZ44.9945.7913.49-
YUV176.0972.08156.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 77 (30.47% from 255) = 16.45%
R=46.15%
G=37.39%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161757700.190.640.1542.364.0657.45
HexD8AF4D01340F2a4039
Octal330257115023100175210071
Binary11011000101011111001101010011100000011111010101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF4D; }

 p { color: rgb(216,175,77); }

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

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

 a { background-color: rgb(216,175,77); }

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

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

 span { border-color: rgb(216,175,77); }

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