#D0C054

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

Shades of Tacha #D0C054

Tints of Tacha #D0C054

Color information

#D0C054 (or 0xD0C054) is unknown color: approx Tacha. HEX triplet: D0, C0 and 54. RGB value is (208,192,84). Sum of RGB (Red+Green+Blue) = 208+192+84=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C054 is #2F3FAB. Grayscale: #B8B8B8. Windows color (decimal): -3096492 or 5554384. OLE color: 5554384.

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

Color convert

RGB20819284-
CMYK00.080.600.18
HSL52.26º56.88%57.25%-
HSV(B)52.26º59.62%81.57%-
XYZ46.4651.7515.93-
YUV184.4771.3144.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 192 (75.39% from 255) = 39.67%
BLUE value IS 84 (33.20% from 255) = 17.36%
R=42.98%
G=39.67%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081928400.080.600.1852.2656.8857.25
HexD0C054083C12343939
Octal3203001240107422647171
Binary110100001100000010101000100011110010010110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C054; }

 p { color: rgb(208,192,84); }

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

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

 a { background-color: rgb(208,192,84); }

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

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

 span { border-color: rgb(208,192,84); }

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