#D5A648

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

Shades of Rob Roy #D5A648

Tints of Rob Roy #D5A648

Color information

#D5A648 (or 0xD5A648) is unknown color: approx Rob Roy. HEX triplet: D5, A6 and 48. RGB value is (213,166,72). Sum of RGB (Red+Green+Blue) = 213+166+72=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A648 is #2A59B7. Grayscale: #A9A9A9. Windows color (decimal): -2775480 or 4761301. OLE color: 4761301.

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

Color convert

RGB21316672-
CMYK00.220.660.16
HSL40º62.67%55.88%-
HSV(B)40º66.2%83.53%-
XYZ42.2541.8911.99-
YUV169.3473.07159.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 72 (28.52% from 255) = 15.96%
R=47.23%
G=36.81%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131667200.220.660.164062.6755.88
HexD5A6480164210283f38
Octal32524611002610220507770
Binary11010101101001101001000010110100001010000101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A648; }

 p { color: rgb(213,166,72); }

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

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

 a { background-color: rgb(213,166,72); }

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

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

 span { border-color: rgb(213,166,72); }

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