Html Css Color HEX #D6B664 Tacha

📋 copy color: '#D6B664'

red 214 ◦ green 182 ◦ blue 100

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

Shades of Tacha #D6B664

Tints of Tacha #D6B664

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

 BLUE value IS 100 (39.45% from 255) = 20.16%

R = 43.15%
G = 36.69%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6B664 (or 0xD6B664) is known color: Tacha. HEX triplet: D6, B6 and 64. RGB value is (214,182,100). Sum of RGB (Red+Green+Blue) = 214+182+100=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B664 is #29499B. Grayscale: #B6B6B6. Windows color (decimal): -2705820 or 6600406. OLE color: 6600406.

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

Color convert

RGB 214 182 100 -
CMYK 0 0.15 0.53 0.16
HSL 43.16º 0.58% 0.62% -
HSV(B) 43.16º 0.53% 0.84% -
XYZ 46.76 48.67 18.99 -
YUV 182.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 214 182 100 0 0.15 0.53 0.16 43.16 0.58 0.62
Hex D6 B6 64 0 F 35 10 2B 3A 3E
Octal 326 266 144 0 17 65 20 53 72 76
Binary 11010110 10110110 1100100 0 1111 110101 10000 101011 111010 111110

Color Harmonies of #D6B664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B664

Black with #D6B664

Text Example


Text Example

White with #D6B664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B664; }

 p { color: rgb(214,182,100); }

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

background-color css

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

 a { background-color: rgb(214,182,100); }

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

border-color css

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

 span { border-color: rgb(214,182,100); }

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