#D2C568

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

Shades of Tacha #D2C568

Tints of Tacha #D2C568

Color information

#D2C568 (or 0xD2C568) is unknown color: approx Tacha. HEX triplet: D2, C5 and 68. RGB value is (210,197,104). Sum of RGB (Red+Green+Blue) = 210+197+104=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C568 is #2D3A97. Grayscale: #BEBEBE. Windows color (decimal): -2964120 or 6866386. OLE color: 6866386.

HSL color Cylindrical-coordinate representation of color #D2C568: hue angle of 52.64º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2C568 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210197104-
CMYK00.060.500.18
HSL52.64º54.08%61.57%-
HSV(B)52.64º50.48%82.35%-
XYZ49.0454.6321.06-
YUV190.2879.31142.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 104 (41.02% from 255) = 20.35%
R=41.10%
G=38.55%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019710400.060.500.1852.6454.0861.57
HexD2C56806321235363e
Octal322305150066222656676
Binary11010010110001011101000011011001010010110101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C568; }

 p { color: rgb(210,197,104); }

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

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

 a { background-color: rgb(210,197,104); }

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

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

 span { border-color: rgb(210,197,104); }

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