#D0C15C

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

Shades of Tacha #D0C15C

Tints of Tacha #D0C15C

Color information

#D0C15C (or 0xD0C15C) is unknown color: approx Tacha. HEX triplet: D0, C1 and 5C. RGB value is (208,193,92). Sum of RGB (Red+Green+Blue) = 208+193+92=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C15C is #2F3EA3. Grayscale: #BABABA. Windows color (decimal): -3096228 or 6078928. OLE color: 6078928.

HSL color Cylindrical-coordinate representation of color #D0C15C: hue angle of 52.24º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0C15C is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20819392-
CMYK00.070.560.18
HSL52.24º55.24%58.82%-
HSV(B)52.24º55.77%81.57%-
XYZ47.0152.3217.75-
YUV185.9774.97143.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 92 (36.33% from 255) = 18.66%
R=42.19%
G=39.15%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081939200.070.560.1852.2455.2458.82
HexD0C15C07381234373b
Octal320301134077022646773
Binary11010000110000011011100011111100010010110100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C15C; }

 p { color: rgb(208,193,92); }

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

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

 a { background-color: rgb(208,193,92); }

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

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

 span { border-color: rgb(208,193,92); }

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