#D6C35C

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

Shades of Tacha #D6C35C

Tints of Tacha #D6C35C

Color information

#D6C35C (or 0xD6C35C) is unknown color: approx Tacha. HEX triplet: D6, C3 and 5C. RGB value is (214,195,92). Sum of RGB (Red+Green+Blue) = 214+195+92=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C35C is #293CA3. Grayscale: #BDBDBD. Windows color (decimal): -2702500 or 6079446. OLE color: 6079446.

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

Color convert

RGB21419592-
CMYK00.090.570.16
HSL50.66º59.8%60%-
HSV(B)50.66º57.01%83.92%-
XYZ49.1854.117.98-
YUV188.9473.29145.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=42.71%
G=38.92%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141959200.090.570.1650.6659.860
HexD6C35C093910333c3c
Octal3263031340117120637474
Binary110101101100001110111000100111100110000110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C35C; }

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

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

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

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

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

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

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

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