#D4AE53

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

Shades of Rob Roy #D4AE53

Tints of Rob Roy #D4AE53

Color information

#D4AE53 (or 0xD4AE53) is unknown color: approx Rob Roy. HEX triplet: D4, AE and 53. RGB value is (212,174,83). Sum of RGB (Red+Green+Blue) = 212+174+83=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE53 is #2B51AC. Grayscale: #AFAFAF. Windows color (decimal): -2838957 or 5484244. OLE color: 5484244.

HSL color Cylindrical-coordinate representation of color #D4AE53: hue angle of 42.33º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4AE53 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB21217483-
CMYK00.180.610.17
HSL42.33º60%57.84%-
HSV(B)42.33º60.85%83.14%-
XYZ43.8544.8914.54-
YUV174.9976.09154.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 83 (32.81% from 255) = 17.70%
R=45.20%
G=37.10%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121748300.180.610.1742.336057.84
HexD4AE530123D112a3c3a
Octal3242561230227521527472
Binary1101010010101110101001101001011110110001101010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE53; }

 p { color: rgb(212,174,83); }

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

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

 a { background-color: rgb(212,174,83); }

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

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

 span { border-color: rgb(212,174,83); }

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