#D5A448

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

Shades of Rob Roy #D5A448

Tints of Rob Roy #D5A448

Color information

#D5A448 (or 0xD5A448) is unknown color: approx Rob Roy. HEX triplet: D5, A4 and 48. RGB value is (213,164,72). Sum of RGB (Red+Green+Blue) = 213+164+72=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A448 is #2A5BB7. Grayscale: #A8A8A8. Windows color (decimal): -2775992 or 4760789. OLE color: 4760789.

HSL color Cylindrical-coordinate representation of color #D5A448: hue angle of 39.15º 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 #D5A448 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21316472-
CMYK00.230.660.16
HSL39.15º62.67%55.88%-
HSV(B)39.15º66.2%83.53%-
XYZ41.8941.1611.87-
YUV168.1673.73159.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 72 (28.52% from 255) = 16.04%
R=47.44%
G=36.53%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131647200.230.660.1639.1562.6755.88
HexD5A4480174210273f38
Octal32524411002710220477770
Binary11010101101001001001000010111100001010000100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A448; }

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

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

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

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

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

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

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

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