#D6CB5D

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

Shades of Tacha #D6CB5D

Tints of Tacha #D6CB5D

Color information

#D6CB5D (or 0xD6CB5D) is unknown color: approx Tacha. HEX triplet: D6, CB and 5D. RGB value is (214,203,93). Sum of RGB (Red+Green+Blue) = 214+203+93=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB5D is #2934A2. Grayscale: #C2C2C2. Windows color (decimal): -2700451 or 6147030. OLE color: 6147030.

HSL color Cylindrical-coordinate representation of color #D6CB5D: hue angle of 54.55º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6CB5D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21420393-
CMYK00.050.570.16
HSL54.55º59.61%60.2%-
HSV(B)54.55º56.54%83.92%-
XYZ51.0657.818.82-
YUV193.7571.14142.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 203 (79.69% from 255) = 39.80%
BLUE value IS 93 (36.72% from 255) = 18.24%
R=41.96%
G=39.80%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142039300.050.570.1654.5559.6160.2
HexD6CB5D053910373c3c
Octal326313135057120677474
Binary11010110110010111011101010111100110000110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB5D; }

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

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

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

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

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

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

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

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