Html Css Color HEX #D1954F Whiskey Sour

📋 copy color: '#D1954F'

red 209 ◦ green 149 ◦ blue 79

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

Shades of Whiskey Sour #D1954F

Tints of Whiskey Sour #D1954F

RGB

 RED value IS 209 (82.03% from 255) = 47.83%

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

 BLUE value IS 79 (31.25% from 255) = 18.08%

R = 47.83%
G = 34.1%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1954F (or 0xD1954F) is known color: Whiskey Sour. HEX triplet: D1, 95 and 4F. RGB value is (209,149,79). Sum of RGB (Red+Green+Blue) = 209+149+79=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1954F is #2E6AB0. Grayscale: #9F9F9F. Windows color (decimal): -3041969 or 5215697. OLE color: 5215697.

HSL color Cylindrical-coordinate representation of color #D1954F: hue angle of 32.31º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1954F is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 79 -
CMYK 0 0.29 0.62 0.18
HSL 32.31º 0.59% 0.56% -
HSV(B) 32.31º 0.62% 0.82% -
XYZ 38.45 35.61 12.24 -
YUV 158.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 209 149 79 0 0.29 0.62 0.18 32.31 0.59 0.56
Hex D1 95 4F 0 1D 3E 12 20 3B 38
Octal 321 225 117 0 35 76 22 40 73 70
Binary 11010001 10010101 1001111 0 11101 111110 10010 100000 111011 111000

Color Harmonies of #D1954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1954F

Black with #D1954F

Text Example


Text Example

White with #D1954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1954F; }

 p { color: rgb(209,149,79); }

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

background-color css

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

 a { background-color: rgb(209,149,79); }

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

border-color css

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

 span { border-color: rgb(209,149,79); }

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