#D6A949

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

Shades of Rob Roy #D6A949

Tints of Rob Roy #D6A949

Color information

#D6A949 (or 0xD6A949) is unknown color: approx Rob Roy. HEX triplet: D6, A9 and 49. RGB value is (214,169,73). Sum of RGB (Red+Green+Blue) = 214+169+73=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A949 is #2956B6. Grayscale: #ABABAB. Windows color (decimal): -2709175 or 4827606. OLE color: 4827606.

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

Color convert

RGB21416973-
CMYK00.210.660.16
HSL40.85º63.23%56.27%-
HSV(B)40.85º65.89%83.92%-
XYZ43.1243.1512.36-
YUV171.5172.41158.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 73 (28.91% from 255) = 16.01%
R=46.93%
G=37.06%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141697300.210.660.1640.8563.2356.27
HexD6A9490154210293f38
Octal32625111102510220517770
Binary11010110101010011001001010101100001010000101001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A949; }

 p { color: rgb(214,169,73); }

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

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

 a { background-color: rgb(214,169,73); }

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

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

 span { border-color: rgb(214,169,73); }

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