#D0C454

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

Shades of Tacha #D0C454

Tints of Tacha #D0C454

Color information

#D0C454 (or 0xD0C454) is unknown color: approx Tacha. HEX triplet: D0, C4 and 54. RGB value is (208,196,84). Sum of RGB (Red+Green+Blue) = 208+196+84=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C454 is #2F3BAB. Grayscale: #BBBBBB. Windows color (decimal): -3095468 or 5555408. OLE color: 5555408.

HSL color Cylindrical-coordinate representation of color #D0C454: hue angle of 54.19º 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 #D0C454 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB20819684-
CMYK00.060.600.18
HSL54.19º56.88%57.25%-
HSV(B)54.19º59.62%81.57%-
XYZ47.3553.5316.22-
YUV186.8269.98143.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 84 (33.20% from 255) = 17.21%
R=42.62%
G=40.16%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081968400.060.600.1854.1956.8857.25
HexD0C454063C12363939
Octal320304124067422667171
Binary11010000110001001010100011011110010010110110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C454; }

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

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

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

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

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

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

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

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