Html Css Color HEX #D7955F Whiskey Sour

📋 copy color: '#D7955F'

red 215 ◦ green 149 ◦ blue 95

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

Shades of Whiskey Sour #D7955F

Tints of Whiskey Sour #D7955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.46%

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

R = 46.84%
G = 32.46%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7955F (or 0xD7955F) is known color: Whiskey Sour. HEX triplet: D7, 95 and 5F. RGB value is (215,149,95). Sum of RGB (Red+Green+Blue) = 215+149+95=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7955F is #286AA0. Grayscale: #A2A2A2. Windows color (decimal): -2648737 or 6264279. OLE color: 6264279.

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

Color convert

RGB 215 149 95 -
CMYK 0 0.31 0.56 0.16
HSL 27º 0.6% 0.61% -
HSV(B) 27º 0.56% 0.84% -
XYZ 40.84 36.77 15.77 -
YUV 162.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 215 149 95 0 0.31 0.56 0.16 27 0.6 0.61
Hex D7 95 5F 0 1F 38 10 1B 3C 3D
Octal 327 225 137 0 37 70 20 33 74 75
Binary 11010111 10010101 1011111 0 11111 111000 10000 11011 111100 111101

Color Harmonies of #D7955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7955F

Black with #D7955F

Text Example


Text Example

White with #D7955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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