Html Css Color HEX #D7B965 Tacha

📋 copy color: '#D7B965'

red 215 ◦ green 185 ◦ blue 101

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

Shades of Tacha #D7B965

Tints of Tacha #D7B965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.16%

R = 42.91%
G = 36.93%
B = 20.16%

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

#D7B965 (or 0xD7B965) is known color: Tacha. HEX triplet: D7, B9 and 65. RGB value is (215,185,101). Sum of RGB (Red+Green+Blue) = 215+185+101=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B965 is #28469A. Grayscale: #B8B8B8. Windows color (decimal): -2639515 or 6666711. OLE color: 6666711.

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

Color convert

RGB 215 185 101 -
CMYK 0 0.14 0.53 0.16
HSL 44.21º 0.59% 0.62% -
HSV(B) 44.21º 0.53% 0.84% -
XYZ 47.72 50.08 19.46 -
YUV 184.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 215 185 101 0 0.14 0.53 0.16 44.21 0.59 0.62
Hex D7 B9 65 0 E 35 10 2C 3B 3E
Octal 327 271 145 0 16 65 20 54 73 76
Binary 11010111 10111001 1100101 0 1110 110101 10000 101100 111011 111110

Color Harmonies of #D7B965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B965

Black with #D7B965

Text Example


Text Example

White with #D7B965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B965; }

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

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

background-color css

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

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

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

border-color css

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

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

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