Html Css Color HEX #D9955F Whiskey Sour

📋 copy color: '#D9955F'

red 217 ◦ green 149 ◦ blue 95

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

Shades of Whiskey Sour #D9955F

Tints of Whiskey Sour #D9955F

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

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

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

R = 47.07%
G = 32.32%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9955F (or 0xD9955F) is known color: Whiskey Sour. HEX triplet: D9, 95 and 5F. RGB value is (217,149,95). Sum of RGB (Red+Green+Blue) = 217+149+95=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9955F is #266AA0. Grayscale: #A3A3A3. Windows color (decimal): -2517665 or 6264281. OLE color: 6264281.

HSL color Cylindrical-coordinate representation of color #D9955F: hue angle of 26.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9955F is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 95 -
CMYK 0 0.31 0.56 0.15
HSL 26.56º 0.62% 0.61% -
HSV(B) 26.56º 0.56% 0.85% -
XYZ 41.43 37.07 15.8 -
YUV 163.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 217 149 95 0 0.31 0.56 0.15 26.56 0.62 0.61
Hex D9 95 5F 0 1F 38 F 1B 3E 3D
Octal 331 225 137 0 37 70 17 33 76 75
Binary 11011001 10010101 1011111 0 11111 111000 1111 11011 111110 111101

Color Harmonies of #D9955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9955F

Black with #D9955F

Text Example


Text Example

White with #D9955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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