#D4AC50

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

Shades of Rob Roy #D4AC50

Tints of Rob Roy #D4AC50

Color information

#D4AC50 (or 0xD4AC50) is unknown color: approx Rob Roy. HEX triplet: D4, AC and 50. RGB value is (212,172,80). Sum of RGB (Red+Green+Blue) = 212+172+80=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC50 is #2B53AF. Grayscale: #ADADAD. Windows color (decimal): -2839472 or 5287124. OLE color: 5287124.

HSL color Cylindrical-coordinate representation of color #D4AC50: hue angle of 41.82º 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 #D4AC50 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21217280-
CMYK00.190.620.17
HSL41.82º60.55%57.25%-
HSV(B)41.82º62.26%83.14%-
XYZ43.3544.0813.81-
YUV173.4775.25155.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 80 (31.64% from 255) = 17.24%
R=45.69%
G=37.07%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121728000.190.620.1741.8260.5557.25
HexD4AC500133E112a3d39
Octal3242541200237621527571
Binary1101010010101100101000001001111111010001101010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC50; }

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

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

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

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

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

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

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

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