Html Css Color HEX #D7B95F Tacha

📋 copy color: '#D7B95F'

red 215 ◦ green 185 ◦ blue 95

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

Shades of Tacha #D7B95F

Tints of Tacha #D7B95F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.19%

R = 43.43%
G = 37.37%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7B95F (or 0xD7B95F) is known color: Tacha. HEX triplet: D7, B9 and 5F. RGB value is (215,185,95). Sum of RGB (Red+Green+Blue) = 215+185+95=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B95F is #2846A0. Grayscale: #B8B8B8. Windows color (decimal): -2639521 or 6273495. OLE color: 6273495.

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

Color convert

RGB 215 185 95 -
CMYK 0 0.14 0.56 0.16
HSL 45º 0.6% 0.61% -
HSV(B) 45º 0.56% 0.84% -
XYZ 47.44 49.97 17.97 -
YUV 183.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 215 185 95 0 0.14 0.56 0.16 45 0.6 0.61
Hex D7 B9 5F 0 E 38 10 2D 3C 3D
Octal 327 271 137 0 16 70 20 55 74 75
Binary 11010111 10111001 1011111 0 1110 111000 10000 101101 111100 111101

Color Harmonies of #D7B95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B95F

Black with #D7B95F

Text Example


Text Example

White with #D7B95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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