#DCC95B

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

Shades of Tacha #DCC95B

Tints of Tacha #DCC95B

Color information

#DCC95B (or 0xDCC95B) is unknown color: approx Tacha. HEX triplet: DC, C9 and 5B. RGB value is (220,201,91). Sum of RGB (Red+Green+Blue) = 220+201+91=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC95B is #2336A4. Grayscale: #C2C2C2. Windows color (decimal): -2307749 or 6015452. OLE color: 6015452.

HSL color Cylindrical-coordinate representation of color #DCC95B: hue angle of 51.16º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCC95B is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB22020191-
CMYK00.090.590.14
HSL51.16º64.82%60.98%-
HSV(B)51.16º58.64%86.27%-
XYZ52.2957.7418.29-
YUV194.1469.79146.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 91 (35.94% from 255) = 17.77%
R=42.97%
G=39.26%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202019100.090.590.1451.1664.8260.98
HexDCC95B093BE33413d
Octal33431113301173166310175
Binary110111001100100110110110100111101111101100111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC95B; }

 p { color: rgb(220,201,91); }

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

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

 a { background-color: rgb(220,201,91); }

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

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

 span { border-color: rgb(220,201,91); }

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