Html Css Color HEX #D6B65B Tacha

📋 copy color: '#D6B65B'

red 214 ◦ green 182 ◦ blue 91

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

Shades of Tacha #D6B65B

Tints of Tacha #D6B65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.69%

R = 43.94%
G = 37.37%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6B65B (or 0xD6B65B) is known color: Tacha. HEX triplet: D6, B6 and 5B. RGB value is (214,182,91). Sum of RGB (Red+Green+Blue) = 214+182+91=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B65B is #2949A4. Grayscale: #B5B5B5. Windows color (decimal): -2705829 or 6010582. OLE color: 6010582.

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

Color convert

RGB 214 182 91 -
CMYK 0 0.15 0.57 0.16
HSL 44.39º 0.6% 0.6% -
HSV(B) 44.39º 0.57% 0.84% -
XYZ 46.35 48.51 16.82 -
YUV 181.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 214 182 91 0 0.15 0.57 0.16 44.39 0.6 0.6
Hex D6 B6 5B 0 F 39 10 2C 3C 3C
Octal 326 266 133 0 17 71 20 54 74 74
Binary 11010110 10110110 1011011 0 1111 111001 10000 101100 111100 111100

Color Harmonies of #D6B65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B65B

Black with #D6B65B

Text Example


Text Example

White with #D6B65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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