#D6C95C

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

Shades of Tacha #D6C95C

Tints of Tacha #D6C95C

Color information

#D6C95C (or 0xD6C95C) is unknown color: approx Tacha. HEX triplet: D6, C9 and 5C. RGB value is (214,201,92). Sum of RGB (Red+Green+Blue) = 214+201+92=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C95C is #2936A3. Grayscale: #C0C0C0. Windows color (decimal): -2700964 or 6080982. OLE color: 6080982.

HSL color Cylindrical-coordinate representation of color #D6C95C: hue angle of 53.61º 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 #D6C95C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21420192-
CMYK00.060.570.16
HSL53.61º59.8%60%-
HSV(B)53.61º57.01%83.92%-
XYZ50.5556.8418.43-
YUV192.4671.31143.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 201 (78.91% from 255) = 39.64%
BLUE value IS 92 (36.33% from 255) = 18.15%
R=42.21%
G=39.64%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142019200.060.570.1653.6159.860
HexD6C95C063910363c3c
Octal326311134067120667474
Binary11010110110010011011100011011100110000110110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C95C; }

 p { color: rgb(214,201,92); }

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

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

 a { background-color: rgb(214,201,92); }

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

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

 span { border-color: rgb(214,201,92); }

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