#D8CB5D

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

Shades of Tacha #D8CB5D

Tints of Tacha #D8CB5D

Color information

#D8CB5D (or 0xD8CB5D) is unknown color: approx Tacha. HEX triplet: D8, CB and 5D. RGB value is (216,203,93). Sum of RGB (Red+Green+Blue) = 216+203+93=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB5D is #2734A2. Grayscale: #C2C2C2. Windows color (decimal): -2569379 or 6147032. OLE color: 6147032.

HSL color Cylindrical-coordinate representation of color #D8CB5D: hue angle of 53.66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8CB5D is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21620393-
CMYK00.060.570.15
HSL53.66º61.19%60.59%-
HSV(B)53.66º56.94%84.71%-
XYZ51.6558.118.85-
YUV194.3570.81143.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.19%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 93 (36.72% from 255) = 18.16%
R=42.19%
G=39.65%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162039300.060.570.1553.6661.1960.59
HexD8CB5D0639F363d3d
Octal330313135067117667575
Binary1101100011001011101110101101110011111110110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CB5D; }

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

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

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

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

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

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

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

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