Html Css Color HEX #D7B95C Tacha

📋 copy color: '#D7B95C'

red 215 ◦ green 185 ◦ blue 92

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

Shades of Tacha #D7B95C

Tints of Tacha #D7B95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.7%

R = 43.7%
G = 37.6%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7B95C (or 0xD7B95C) is known color: Tacha. HEX triplet: D7, B9 and 5C. RGB value is (215,185,92). Sum of RGB (Red+Green+Blue) = 215+185+92=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B95C is #2846A3. Grayscale: #B7B7B7. Windows color (decimal): -2639524 or 6076887. OLE color: 6076887.

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

Color convert

RGB 215 185 92 -
CMYK 0 0.14 0.57 0.16
HSL 45.37º 0.61% 0.6% -
HSV(B) 45.37º 0.57% 0.84% -
XYZ 47.31 49.92 17.27 -
YUV 183.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 215 185 92 0 0.14 0.57 0.16 45.37 0.61 0.6
Hex D7 B9 5C 0 E 39 10 2D 3D 3C
Octal 327 271 134 0 16 71 20 55 75 74
Binary 11010111 10111001 1011100 0 1110 111001 10000 101101 111101 111100

Color Harmonies of #D7B95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B95C

Black with #D7B95C

Text Example


Text Example

White with #D7B95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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