#D6B75C

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

Shades of Tacha #D6B75C

Tints of Tacha #D6B75C

Color information

#D6B75C (or 0xD6B75C) is unknown color: approx Tacha. HEX triplet: D6, B7 and 5C. RGB value is (214,183,92). Sum of RGB (Red+Green+Blue) = 214+183+92=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B75C is #2948A3. Grayscale: #B6B6B6. Windows color (decimal): -2705572 or 6076374. OLE color: 6076374.

HSL color Cylindrical-coordinate representation of color #D6B75C: hue angle of 44.75º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6B75C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21418392-
CMYK00.140.570.16
HSL44.75º59.8%60%-
HSV(B)44.75º57.01%83.92%-
XYZ46.648.9417.11-
YUV181.977.27150.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 92 (36.33% from 255) = 18.81%
R=43.76%
G=37.42%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141839200.140.570.1644.7559.860
HexD6B75C0E39102d3c3c
Octal3262671340167120557474
Binary110101101011011110111000111011100110000101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B75C; }

 p { color: rgb(214,183,92); }

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

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

 a { background-color: rgb(214,183,92); }

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

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

 span { border-color: rgb(214,183,92); }

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