#D5A94E

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

Shades of Rob Roy #D5A94E

Tints of Rob Roy #D5A94E

Color information

#D5A94E (or 0xD5A94E) is unknown color: approx Rob Roy. HEX triplet: D5, A9 and 4E. RGB value is (213,169,78). Sum of RGB (Red+Green+Blue) = 213+169+78=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A94E is #2A56B1. Grayscale: #ACACAC. Windows color (decimal): -2774706 or 5155285. OLE color: 5155285.

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

Color convert

RGB21316978-
CMYK00.210.630.16
HSL40.44º61.64%57.06%-
HSV(B)40.44º63.38%83.53%-
XYZ4343.0713.25-
YUV171.7875.08157.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 78 (30.86% from 255) = 16.96%
R=46.30%
G=36.74%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131697800.210.630.1640.4461.6457.06
HexD5A94E0153F10283e39
Octal3252511160257720507671
Binary1101010110101001100111001010111111110000101000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A94E; }

 p { color: rgb(213,169,78); }

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

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

 a { background-color: rgb(213,169,78); }

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

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

 span { border-color: rgb(213,169,78); }

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