#D3A94D

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

Shades of Rob Roy #D3A94D

Tints of Rob Roy #D3A94D

Color information

#D3A94D (or 0xD3A94D) is unknown color: approx Rob Roy. HEX triplet: D3, A9 and 4D. RGB value is (211,169,77). Sum of RGB (Red+Green+Blue) = 211+169+77=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A94D is #2C56B2. Grayscale: #ABABAB. Windows color (decimal): -2905779 or 5089747. OLE color: 5089747.

HSL color Cylindrical-coordinate representation of color #D3A94D: hue angle of 41.19º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3A94D is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB21116977-
CMYK00.200.640.17
HSL41.19º60.36%56.47%-
HSV(B)41.19º63.51%82.75%-
XYZ42.3942.7613.04-
YUV171.0774.91156.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.17%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=46.17%
G=36.98%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111697700.200.640.1741.1960.3656.47
HexD3A94D0144011293c38
Octal32325111502410021517470
Binary11010011101010011001101010100100000010001101001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A94D; }

 p { color: rgb(211,169,77); }

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

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

 a { background-color: rgb(211,169,77); }

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

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

 span { border-color: rgb(211,169,77); }

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