Html Css Color HEX #D6B862 Tacha

📋 copy color: '#D6B862'

red 214 ◦ green 184 ◦ blue 98

#D6B862
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #D6B862

Tints of Tacha #D6B862

RGB

 RED value IS 214 (83.98% from 255) = 43.15%

 GREEN value IS 184 (72.27% from 255) = 37.1%

 BLUE value IS 98 (38.67% from 255) = 19.76%

R = 43.15%
G = 37.1%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6B862 (or 0xD6B862) is known color: Tacha. HEX triplet: D6, B8 and 62. RGB value is (214,184,98). Sum of RGB (Red+Green+Blue) = 214+184+98=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B862 is #29479D. Grayscale: #B7B7B7. Windows color (decimal): -2705310 or 6469846. OLE color: 6469846.

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

Color convert

RGB 214 184 98 -
CMYK 0 0.14 0.54 0.16
HSL 44.48º 0.59% 0.61% -
HSV(B) 44.48º 0.54% 0.84% -
XYZ 47.08 49.46 18.62 -
YUV 183.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 214 184 98 0 0.14 0.54 0.16 44.48 0.59 0.61
Hex D6 B8 62 0 E 36 10 2C 3B 3D
Octal 326 270 142 0 16 66 20 54 73 75
Binary 11010110 10111000 1100010 0 1110 110110 10000 101100 111011 111101

Color Harmonies of #D6B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B862

Black with #D6B862

Text Example


Text Example

White with #D6B862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B862; }

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

 H1.HeaderClassName
 {
   color: #D6B862;
 }
 .AnyTagClassName
 {
   color: #D6B862;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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