Html Css Color HEX #D1965E Whiskey Sour

📋 copy color: '#D1965E'

red 209 ◦ green 150 ◦ blue 94

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

Shades of Whiskey Sour #D1965E

Tints of Whiskey Sour #D1965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.11%

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 46.14%
G = 33.11%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1965E (or 0xD1965E) is known color: Whiskey Sour. HEX triplet: D1, 96 and 5E. RGB value is (209,150,94). Sum of RGB (Red+Green+Blue) = 209+150+94=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D1965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1965E is #2E69A1. Grayscale: #A1A1A1. Windows color (decimal): -3041698 or 6198993. OLE color: 6198993.

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

Color convert

RGB 209 150 94 -
CMYK 0 0.28 0.55 0.18
HSL 29.22º 0.56% 0.59% -
HSV(B) 29.22º 0.55% 0.82% -
XYZ 39.22 36.18 15.51 -
YUV 161.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 209 150 94 0 0.28 0.55 0.18 29.22 0.56 0.59
Hex D1 96 5E 0 1C 37 12 1D 38 3B
Octal 321 226 136 0 34 67 22 35 70 73
Binary 11010001 10010110 1011110 0 11100 110111 10010 11101 111000 111011

Color Harmonies of #D1965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1965E

Black with #D1965E

Text Example


Text Example

White with #D1965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1965E; }

 p { color: rgb(209,150,94); }

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

background-color css

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

 a { background-color: rgb(209,150,94); }

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

border-color css

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

 span { border-color: rgb(209,150,94); }

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