Html Css Color HEX #D7B96B Tacha

📋 copy color: '#D7B96B'

red 215 ◦ green 185 ◦ blue 107

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

Shades of Tacha #D7B96B

Tints of Tacha #D7B96B

RGB

 RED value IS 215 (84.38% from 255) = 42.41%

 GREEN value IS 185 (72.66% from 255) = 36.49%

 BLUE value IS 107 (42.19% from 255) = 21.1%

R = 42.41%
G = 36.49%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7B96B (or 0xD7B96B) is known color: Tacha. HEX triplet: D7, B9 and 6B. RGB value is (215,185,107). Sum of RGB (Red+Green+Blue) = 215+185+107=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B96B is #284694. Grayscale: #B9B9B9. Windows color (decimal): -2639509 or 7059927. OLE color: 7059927.

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

Color convert

RGB 215 185 107 -
CMYK 0 0.14 0.50 0.16
HSL 43.33º 0.57% 0.63% -
HSV(B) 43.33º 0.5% 0.84% -
XYZ 48.03 50.21 21.07 -
YUV 185.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 215 185 107 0 0.14 0.50 0.16 43.33 0.57 0.63
Hex D7 B9 6B 0 E 32 10 2B 39 3F
Octal 327 271 153 0 16 62 20 53 71 77
Binary 11010111 10111001 1101011 0 1110 110010 10000 101011 111001 111111

Color Harmonies of #D7B96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B96B

Black with #D7B96B

Text Example


Text Example

White with #D7B96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B96B; }

 p { color: rgb(215,185,107); }

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

background-color css

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

 a { background-color: rgb(215,185,107); }

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

border-color css

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

 span { border-color: rgb(215,185,107); }

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