Html Css Color HEX #D7B966 Tacha

📋 copy color: '#D7B966'

red 215 ◦ green 185 ◦ blue 102

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

Shades of Tacha #D7B966

Tints of Tacha #D7B966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.32%

R = 42.83%
G = 36.85%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7B966 (or 0xD7B966) is known color: Tacha. HEX triplet: D7, B9 and 66. RGB value is (215,185,102). Sum of RGB (Red+Green+Blue) = 215+185+102=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B966 is #284699. Grayscale: #B8B8B8. Windows color (decimal): -2639514 or 6732247. OLE color: 6732247.

HSL color Cylindrical-coordinate representation of color #D7B966: hue angle of 44.07º degrees, saturation: 0.59, 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 #D7B966 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 185 102 -
CMYK 0 0.14 0.53 0.16
HSL 44.07º 0.59% 0.62% -
HSV(B) 44.07º 0.53% 0.84% -
XYZ 47.77 50.1 19.72 -
YUV 184.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 215 185 102 0 0.14 0.53 0.16 44.07 0.59 0.62
Hex D7 B9 66 0 E 35 10 2C 3B 3E
Octal 327 271 146 0 16 65 20 54 73 76
Binary 11010111 10111001 1100110 0 1110 110101 10000 101100 111011 111110

Color Harmonies of #D7B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B966

Black with #D7B966

Text Example


Text Example

White with #D7B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B966; }

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

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

background-color css

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

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

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

border-color css

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

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

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