#D0C360

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

Shades of Tacha #D0C360

Tints of Tacha #D0C360

Color information

#D0C360 (or 0xD0C360) is unknown color: approx Tacha. HEX triplet: D0, C3 and 60. RGB value is (208,195,96). Sum of RGB (Red+Green+Blue) = 208+195+96=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C360 is #2F3C9F. Grayscale: #BCBCBC. Windows color (decimal): -3095712 or 6341584. OLE color: 6341584.

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

Color convert

RGB20819596-
CMYK00.060.540.18
HSL53.04º54.37%59.61%-
HSV(B)53.04º53.85%81.57%-
XYZ47.6453.2818.84-
YUV187.676.31142.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 96 (37.89% from 255) = 19.24%
R=41.68%
G=39.08%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081959600.060.540.1853.0454.3759.61
HexD0C36006361235363c
Octal320303140066622656674
Binary11010000110000111100000011011011010010110101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C360; }

 p { color: rgb(208,195,96); }

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

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

 a { background-color: rgb(208,195,96); }

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

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

 span { border-color: rgb(208,195,96); }

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