#D0C569

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

Shades of Tacha #D0C569

Tints of Tacha #D0C569

Color information

#D0C569 (or 0xD0C569) is unknown color: approx Tacha. HEX triplet: D0, C5 and 69. RGB value is (208,197,105). Sum of RGB (Red+Green+Blue) = 208+197+105=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C569 is #2F3A96. Grayscale: #BEBEBE. Windows color (decimal): -3095191 or 6931920. OLE color: 6931920.

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

Color convert

RGB208197105-
CMYK00.050.500.18
HSL53.59º52.28%61.37%-
HSV(B)53.59º49.52%81.57%-
XYZ48.5354.3621.3-
YUV189.880.14140.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 197 (77.34% from 255) = 38.63%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=40.78%
G=38.63%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819710500.050.500.1853.5952.2861.37
HexD0C56905321236343d
Octal320305151056222666475
Binary11010000110001011101001010111001010010110110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C569; }

 p { color: rgb(208,197,105); }

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

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

 a { background-color: rgb(208,197,105); }

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

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

 span { border-color: rgb(208,197,105); }

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