#D5AE4E

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

Shades of Rob Roy #D5AE4E

Tints of Rob Roy #D5AE4E

Color information

#D5AE4E (or 0xD5AE4E) is unknown color: approx Rob Roy. HEX triplet: D5, AE and 4E. RGB value is (213,174,78). Sum of RGB (Red+Green+Blue) = 213+174+78=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE4E is #2A51B1. Grayscale: #AFAFAF. Windows color (decimal): -2773426 or 5156565. OLE color: 5156565.

HSL color Cylindrical-coordinate representation of color #D5AE4E: hue angle of 42.67º 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 #D5AE4E is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB21317478-
CMYK00.180.630.16
HSL42.67º61.64%57.06%-
HSV(B)42.67º63.38%83.53%-
XYZ43.9544.9713.57-
YUV174.7273.42155.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 78 (30.86% from 255) = 16.77%
R=45.81%
G=37.42%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131747800.180.630.1642.6761.6457.06
HexD5AE4E0123F102b3e39
Octal3252561160227720537671
Binary1101010110101110100111001001011111110000101011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE4E; }

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

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

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

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

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

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

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

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