#D3CB5F

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

Shades of Tacha #D3CB5F

Tints of Tacha #D3CB5F

Color information

#D3CB5F (or 0xD3CB5F) is unknown color: approx Tacha. HEX triplet: D3, CB and 5F. RGB value is (211,203,95). Sum of RGB (Red+Green+Blue) = 211+203+95=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CB5F is #2C34A0. Grayscale: #C1C1C1. Windows color (decimal): -2897057 or 6278099. OLE color: 6278099.

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

Color convert

RGB21120395-
CMYK00.040.550.17
HSL55.86º56.86%60%-
HSV(B)55.86º54.98%82.75%-
XYZ50.2957.3919.25-
YUV193.0872.65140.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.45%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=41.45%
G=39.88%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112039500.040.550.1755.8656.8660
HexD3CB5F04371138393c
Octal323313137046721707174
Binary11010011110010111011111010011011110001111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CB5F; }

 p { color: rgb(211,203,95); }

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

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

 a { background-color: rgb(211,203,95); }

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

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

 span { border-color: rgb(211,203,95); }

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