#d8ad57

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

Shades of Rob Roy #D8AD57

Tints of Rob Roy #D8AD57

Color information

#D8AD57 (or 0xD8AD57) is unknown color: approx Rob Roy. HEX triplet: D8, AD and 57. RGB value is (216,173,87). Sum of RGB (Red+Green+Blue) = 216+173+87=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD57 is #2752A8. Grayscale: #B0B0B0. Windows color (decimal): -2577065 or 5746136. OLE color: 5746136.

HSL color Cylindrical-coordinate representation of color #D8AD57: hue angle of 40º 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 #D8AD57 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21617387-
CMYK00.200.600.15
HSL40º62.32%59.41%-
HSV(B)40º59.72%84.71%-
XYZ44.9845.1715.37-
YUV176.0577.75156.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 87 (34.38% from 255) = 18.28%
R=45.38%
G=36.34%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161738700.200.600.154062.3259.41
HexD8AD570143CF283e3b
Octal3302551270247417507673
Binary110110001010110110101110101001111001111101000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8ad57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8ad57; }

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

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

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

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

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

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

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

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