#D4CB5D

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

Shades of Tacha #D4CB5D

Tints of Tacha #D4CB5D

Color information

#D4CB5D (or 0xD4CB5D) is unknown color: approx Tacha. HEX triplet: D4, CB and 5D. RGB value is (212,203,93). Sum of RGB (Red+Green+Blue) = 212+203+93=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB5D is #2B34A2. Grayscale: #C1C1C1. Windows color (decimal): -2831523 or 6147028. OLE color: 6147028.

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

Color convert

RGB21220393-
CMYK00.040.560.17
HSL55.46º58.05%59.8%-
HSV(B)55.46º56.13%83.14%-
XYZ50.4857.518.79-
YUV193.1571.48141.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=41.73%
G=39.96%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122039300.040.560.1755.4658.0559.8
HexD4CB5D043811373a3c
Octal324313135047021677274
Binary11010100110010111011101010011100010001110111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CB5D; }

 p { color: rgb(212,203,93); }

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

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

 a { background-color: rgb(212,203,93); }

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

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

 span { border-color: rgb(212,203,93); }

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