#D6A551

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

Shades of Rob Roy #D6A551

Tints of Rob Roy #D6A551

Color information

#D6A551 (or 0xD6A551) is unknown color: approx Rob Roy. HEX triplet: D6, A5 and 51. RGB value is (214,165,81). Sum of RGB (Red+Green+Blue) = 214+165+81=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A551 is #295AAE. Grayscale: #AAAAAA. Windows color (decimal): -2710191 or 5350870. OLE color: 5350870.

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

Color convert

RGB21416581-
CMYK00.230.620.16
HSL37.89º61.86%57.84%-
HSV(B)37.89º62.15%83.92%-
XYZ42.6741.813.6-
YUV170.0877.73159.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 81 (32.03% from 255) = 17.61%
R=46.52%
G=35.87%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141658100.230.620.1637.8961.8657.84
HexD6A5510173E10263e3a
Octal3262451210277620467672
Binary1101011010100101101000101011111111010000100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A551; }

 p { color: rgb(214,165,81); }

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

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

 a { background-color: rgb(214,165,81); }

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

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

 span { border-color: rgb(214,165,81); }

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