Html Css Color HEX #D6B868 Tacha

📋 copy color: '#D6B868'

red 214 ◦ green 184 ◦ blue 104

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

Shades of Tacha #D6B868

Tints of Tacha #D6B868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.72%

R = 42.63%
G = 36.65%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6B868 (or 0xD6B868) is known color: Tacha. HEX triplet: D6, B8 and 68. RGB value is (214,184,104). Sum of RGB (Red+Green+Blue) = 214+184+104=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B868 is #294797. Grayscale: #B8B8B8. Windows color (decimal): -2705304 or 6863062. OLE color: 6863062.

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

Color convert

RGB 214 184 104 -
CMYK 0 0.14 0.51 0.16
HSL 43.64º 0.57% 0.62% -
HSV(B) 43.64º 0.51% 0.84% -
XYZ 47.37 49.58 20.17 -
YUV 183.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 214 184 104 0 0.14 0.51 0.16 43.64 0.57 0.62
Hex D6 B8 68 0 E 33 10 2C 39 3E
Octal 326 270 150 0 16 63 20 54 71 76
Binary 11010110 10111000 1101000 0 1110 110011 10000 101100 111001 111110

Color Harmonies of #D6B868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B868

Black with #D6B868

Text Example


Text Example

White with #D6B868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B868; }

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

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

background-color css

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

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

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

border-color css

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

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

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