#D8A655

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

Shades of Rob Roy #D8A655

Tints of Rob Roy #D8A655

Color information

#D8A655 (or 0xD8A655) is unknown color: approx Rob Roy. HEX triplet: D8, A6 and 55. RGB value is (216,166,85). Sum of RGB (Red+Green+Blue) = 216+166+85=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A655 is #2759AA. Grayscale: #ACACAC. Windows color (decimal): -2578859 or 5613272. OLE color: 5613272.

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

Color convert

RGB21616685-
CMYK00.230.610.15
HSL37.1º62.68%59.02%-
HSV(B)37.1º60.65%84.71%-
XYZ43.5942.5314.51-
YUV171.7279.06159.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 85 (33.59% from 255) = 18.20%
R=46.25%
G=35.55%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161668500.230.610.1537.162.6859.02
HexD8A6550173DF253f3b
Octal3302461250277517457773
Binary110110001010011010101010101111111011111100101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A655; }

 p { color: rgb(216,166,85); }

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

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

 a { background-color: rgb(216,166,85); }

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

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

 span { border-color: rgb(216,166,85); }

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