#D3C06A

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

Shades of Tacha #D3C06A

Tints of Tacha #D3C06A

Color information

#D3C06A (or 0xD3C06A) is unknown color: approx Tacha. HEX triplet: D3, C0 and 6A. RGB value is (211,192,106). Sum of RGB (Red+Green+Blue) = 211+192+106=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C06A is #2C3F95. Grayscale: #BCBCBC. Windows color (decimal): -2899862 or 6996179. OLE color: 6996179.

HSL color Cylindrical-coordinate representation of color #D3C06A: hue angle of 49.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3C06A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB211192106-
CMYK00.090.500.17
HSL49.14º54.4%62.16%-
HSV(B)49.14º49.76%82.75%-
XYZ48.3252.5921.24-
YUV187.8881.79144.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.45%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 106 (41.80% from 255) = 20.83%
R=41.45%
G=37.72%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119210600.090.500.1749.1454.462.16
HexD3C06A09321131363e
Octal3233001520116221616676
Binary110100111100000011010100100111001010001110001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C06A; }

 p { color: rgb(211,192,106); }

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

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

 a { background-color: rgb(211,192,106); }

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

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

 span { border-color: rgb(211,192,106); }

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