#D0C15D

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

Shades of Tacha #D0C15D

Tints of Tacha #D0C15D

Color information

#D0C15D (or 0xD0C15D) is unknown color: approx Tacha. HEX triplet: D0, C1 and 5D. RGB value is (208,193,93). Sum of RGB (Red+Green+Blue) = 208+193+93=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C15D is #2F3EA2. Grayscale: #BABABA. Windows color (decimal): -3096227 or 6144464. OLE color: 6144464.

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

Color convert

RGB20819393-
CMYK00.070.550.18
HSL52.17º55.02%59.02%-
HSV(B)52.17º55.29%81.57%-
XYZ47.0652.3417.98-
YUV186.0875.47143.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.11%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 93 (36.72% from 255) = 18.83%
R=42.11%
G=39.07%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081939300.070.550.1852.1755.0259.02
HexD0C15D07371234373b
Octal320301135076722646773
Binary11010000110000011011101011111011110010110100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C15D; }

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

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

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

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

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

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

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

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