#D6CB60

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

Shades of Tacha #D6CB60

Tints of Tacha #D6CB60

Color information

#D6CB60 (or 0xD6CB60) is unknown color: approx Tacha. HEX triplet: D6, CB and 60. RGB value is (214,203,96). Sum of RGB (Red+Green+Blue) = 214+203+96=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB60 is #29349F. Grayscale: #C2C2C2. Windows color (decimal): -2700448 or 6343638. OLE color: 6343638.

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

Color convert

RGB21420396-
CMYK00.050.550.16
HSL54.41º59%60.78%-
HSV(B)54.41º55.14%83.92%-
XYZ51.257.8519.53-
YUV194.0972.64142.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 203 (79.69% from 255) = 39.57%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=41.72%
G=39.57%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142039600.050.550.1654.415960.78
HexD6CB60053710363b3d
Octal326313140056720667375
Binary11010110110010111100000010111011110000110110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB60; }

 p { color: rgb(214,203,96); }

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

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

 a { background-color: rgb(214,203,96); }

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

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

 span { border-color: rgb(214,203,96); }

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