Html Css Color HEX #D6B861 Tacha

📋 copy color: '#D6B861'

red 214 ◦ green 184 ◦ blue 97

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

Shades of Tacha #D6B861

Tints of Tacha #D6B861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.6%

R = 43.23%
G = 37.17%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6B861 (or 0xD6B861) is known color: Tacha. HEX triplet: D6, B8 and 61. RGB value is (214,184,97). Sum of RGB (Red+Green+Blue) = 214+184+97=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B861 is #29479E. Grayscale: #B7B7B7. Windows color (decimal): -2705311 or 6404310. OLE color: 6404310.

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

Color convert

RGB 214 184 97 -
CMYK 0 0.14 0.55 0.16
HSL 44.62º 0.59% 0.61% -
HSV(B) 44.62º 0.55% 0.84% -
XYZ 47.03 49.44 18.37 -
YUV 183.05 79.44 150.07 -
System Red Green Blue C M Y K H S L
Decimal 214 184 97 0 0.14 0.55 0.16 44.62 0.59 0.61
Hex D6 B8 61 0 E 37 10 2D 3B 3D
Octal 326 270 141 0 16 67 20 55 73 75
Binary 11010110 10111000 1100001 0 1110 110111 10000 101101 111011 111101

Color Harmonies of #D6B861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B861

Black with #D6B861

Text Example


Text Example

White with #D6B861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B861; }

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

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

background-color css

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

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

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

border-color css

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

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

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