Html Css Color HEX #D6955F Whiskey Sour

📋 copy color: '#D6955F'

red 214 ◦ green 149 ◦ blue 95

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

Shades of Whiskey Sour #D6955F

Tints of Whiskey Sour #D6955F

RGB

 RED value IS 214 (83.98% from 255) = 46.72%

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

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

R = 46.72%
G = 32.53%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6955F (or 0xD6955F) is known color: Whiskey Sour. HEX triplet: D6, 95 and 5F. RGB value is (214,149,95). Sum of RGB (Red+Green+Blue) = 214+149+95=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6955F is #296AA0. Grayscale: #A2A2A2. Windows color (decimal): -2714273 or 6264278. OLE color: 6264278.

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

Color convert

RGB 214 149 95 -
CMYK 0 0.30 0.56 0.16
HSL 27.23º 0.59% 0.61% -
HSV(B) 27.23º 0.56% 0.84% -
XYZ 40.54 36.62 15.76 -
YUV 162.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 214 149 95 0 0.30 0.56 0.16 27.23 0.59 0.61
Hex D6 95 5F 0 1E 38 10 1B 3B 3D
Octal 326 225 137 0 36 70 20 33 73 75
Binary 11010110 10010101 1011111 0 11110 111000 10000 11011 111011 111101

Color Harmonies of #D6955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6955F

Black with #D6955F

Text Example


Text Example

White with #D6955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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