#d5af54

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

Shades of Rob Roy #D5AF54

Tints of Rob Roy #D5AF54

Color information

#D5AF54 (or 0xD5AF54) is unknown color: approx Rob Roy. HEX triplet: D5, AF and 54. RGB value is (213,175,84). Sum of RGB (Red+Green+Blue) = 213+175+84=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF54 is #2A50AB. Grayscale: #B0B0B0. Windows color (decimal): -2773164 or 5550037. OLE color: 5550037.

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

Color convert

RGB21317584-
CMYK00.180.610.16
HSL42.33º60.56%58.24%-
HSV(B)42.33º60.56%83.53%-
XYZ44.3745.4514.82-
YUV175.9976.09154.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 84 (33.20% from 255) = 17.80%
R=45.13%
G=37.08%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131758400.180.610.1642.3360.5658.24
HexD5AF540123D102a3d3a
Octal3252571240227520527572
Binary1101010110101111101010001001011110110000101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5af54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5af54; }

 p { color: rgb(213,175,84); }

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

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

 a { background-color: rgb(213,175,84); }

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

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

 span { border-color: rgb(213,175,84); }

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