#D6C153

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

Shades of Tacha #D6C153

Tints of Tacha #D6C153

Color information

#D6C153 (or 0xD6C153) is unknown color: approx Tacha. HEX triplet: D6, C1 and 53. RGB value is (214,193,83). Sum of RGB (Red+Green+Blue) = 214+193+83=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C153 is #293EAC. Grayscale: #BBBBBB. Windows color (decimal): -2703021 or 5489110. OLE color: 5489110.

HSL color Cylindrical-coordinate representation of color #D6C153: hue angle of 50.38º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6C153 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21419383-
CMYK00.100.610.16
HSL50.38º61.5%58.24%-
HSV(B)50.38º61.21%83.92%-
XYZ48.3653.0615.88-
YUV186.7469.46147.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 193 (75.78% from 255) = 39.39%
BLUE value IS 83 (32.81% from 255) = 16.94%
R=43.67%
G=39.39%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141938300.100.610.1650.3861.558.24
HexD6C1530A3D10323e3a
Octal3263011230127520627672
Binary110101101100000110100110101011110110000110010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C153; }

 p { color: rgb(214,193,83); }

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

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

 a { background-color: rgb(214,193,83); }

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

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

 span { border-color: rgb(214,193,83); }

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