#D6B85C

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

Shades of Tacha #D6B85C

Tints of Tacha #D6B85C

Color information

#D6B85C (or 0xD6B85C) is unknown color: approx Tacha. HEX triplet: D6, B8 and 5C. RGB value is (214,184,92). Sum of RGB (Red+Green+Blue) = 214+184+92=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B85C is #2947A3. Grayscale: #B6B6B6. Windows color (decimal): -2705316 or 6076630. OLE color: 6076630.

HSL color Cylindrical-coordinate representation of color #D6B85C: hue angle of 45.25º 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 #D6B85C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21418492-
CMYK00.140.570.16
HSL45.25º59.8%60%-
HSV(B)45.25º57.01%83.92%-
XYZ46.849.3517.18-
YUV182.4876.94150.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=43.67%
G=37.55%
B=18.78%

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
Decimal2141849200.140.570.1645.2559.860
HexD6B85C0E39102d3c3c
Octal3262701340167120557474
Binary110101101011100010111000111011100110000101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B85C; }

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

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

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

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

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

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

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

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