#D6C85C

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

Shades of Tacha #D6C85C

Tints of Tacha #D6C85C

Color information

#D6C85C (or 0xD6C85C) is unknown color: approx Tacha. HEX triplet: D6, C8 and 5C. RGB value is (214,200,92). Sum of RGB (Red+Green+Blue) = 214+200+92=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C85C is #2937A3. Grayscale: #C0C0C0. Windows color (decimal): -2701220 or 6080726. OLE color: 6080726.

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

Color convert

RGB21420092-
CMYK00.070.570.16
HSL53.11º59.8%60%-
HSV(B)53.11º57.01%83.92%-
XYZ50.3256.3818.36-
YUV191.8771.64143.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 92 (36.33% from 255) = 18.18%
R=42.29%
G=39.53%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142009200.070.570.1653.1159.860
HexD6C85C073910353c3c
Octal326310134077120657474
Binary11010110110010001011100011111100110000110101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C85C; }

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

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

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

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

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

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

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

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