#D6BB62

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

Shades of Tacha #D6BB62

Tints of Tacha #D6BB62

Color information

#D6BB62 (or 0xD6BB62) is unknown color: approx Tacha. HEX triplet: D6, BB and 62. RGB value is (214,187,98). Sum of RGB (Red+Green+Blue) = 214+187+98=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB62 is #29449D. Grayscale: #B9B9B9. Windows color (decimal): -2704542 or 6470614. OLE color: 6470614.

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

Color convert

RGB21418798-
CMYK00.130.540.16
HSL46.03º58.59%61.18%-
HSV(B)46.03º54.21%83.92%-
XYZ47.7150.7218.83-
YUV184.9378.95148.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 98 (38.67% from 255) = 19.64%
R=42.89%
G=37.47%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141879800.130.540.1646.0358.5961.18
HexD6BB620D36102e3b3d
Octal3262731420156620567375
Binary110101101011101111000100110111011010000101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB62; }

 p { color: rgb(214,187,98); }

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

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

 a { background-color: rgb(214,187,98); }

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

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

 span { border-color: rgb(214,187,98); }

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