#D4A950

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

Shades of Rob Roy #D4A950

Tints of Rob Roy #D4A950

Color information

#D4A950 (or 0xD4A950) is unknown color: approx Rob Roy. HEX triplet: D4, A9 and 50. RGB value is (212,169,80). Sum of RGB (Red+Green+Blue) = 212+169+80=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A950 is #2B56AF. Grayscale: #ACACAC. Windows color (decimal): -2840240 or 5286356. OLE color: 5286356.

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

Color convert

RGB21216980-
CMYK00.200.620.17
HSL40.45º60.55%57.25%-
HSV(B)40.45º62.26%83.14%-
XYZ42.7942.9513.62-
YUV171.7176.25156.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=45.99%
G=36.66%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121698000.200.620.1740.4560.5557.25
HexD4A9500143E11283d39
Octal3242511200247621507571
Binary1101010010101001101000001010011111010001101000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A950; }

 p { color: rgb(212,169,80); }

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

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

 a { background-color: rgb(212,169,80); }

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

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

 span { border-color: rgb(212,169,80); }

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