#D7AB4E

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

Shades of Rob Roy #D7AB4E

Tints of Rob Roy #D7AB4E

Color information

#D7AB4E (or 0xD7AB4E) is unknown color: approx Rob Roy. HEX triplet: D7, AB and 4E. RGB value is (215,171,78). Sum of RGB (Red+Green+Blue) = 215+171+78=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB4E is #2854B1. Grayscale: #ADADAD. Windows color (decimal): -2643122 or 5155799. OLE color: 5155799.

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

Color convert

RGB21517178-
CMYK00.200.640.16
HSL40.73º63.13%57.45%-
HSV(B)40.73º63.72%84.31%-
XYZ43.9644.1213.41-
YUV173.5574.08157.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 78 (30.86% from 255) = 16.81%
R=46.34%
G=36.85%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151717800.200.640.1640.7363.1357.45
HexD7AB4E0144010293f39
Octal32725311602410020517771
Binary11010111101010111001110010100100000010000101001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB4E; }

 p { color: rgb(215,171,78); }

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

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

 a { background-color: rgb(215,171,78); }

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

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

 span { border-color: rgb(215,171,78); }

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