#D4A549

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

Shades of Rob Roy #D4A549

Tints of Rob Roy #D4A549

Color information

#D4A549 (or 0xD4A549) is unknown color: approx Rob Roy. HEX triplet: D4, A5 and 49. RGB value is (212,165,73). Sum of RGB (Red+Green+Blue) = 212+165+73=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A549 is #2B5AB6. Grayscale: #A8A8A8. Windows color (decimal): -2841271 or 4826580. OLE color: 4826580.

HSL color Cylindrical-coordinate representation of color #D4A549: hue angle of 39.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4A549 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB21216573-
CMYK00.220.660.17
HSL39.71º61.78%55.88%-
HSV(B)39.71º65.57%83.14%-
XYZ41.8141.3912.09-
YUV168.5674.07158.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 73 (28.91% from 255) = 16.22%
R=47.11%
G=36.67%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121657300.220.660.1739.7161.7855.88
HexD4A5490164211283e38
Octal32424511102610221507670
Binary11010100101001011001001010110100001010001101000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A549; }

 p { color: rgb(212,165,73); }

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

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

 a { background-color: rgb(212,165,73); }

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

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

 span { border-color: rgb(212,165,73); }

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