Html Css Color HEX #D1965F Whiskey Sour

📋 copy color: '#D1965F'

red 209 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #D1965F

Tints of Whiskey Sour #D1965F

RGB

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

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

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

R = 46.04%
G = 33.04%
B = 20.93%

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

#D1965F (or 0xD1965F) is known color: Whiskey Sour. HEX triplet: D1, 96 and 5F. RGB value is (209,150,95). Sum of RGB (Red+Green+Blue) = 209+150+95=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1965F is #2E69A0. Grayscale: #A1A1A1. Windows color (decimal): -3041697 or 6264529. OLE color: 6264529.

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

Color convert

RGB 209 150 95 -
CMYK 0 0.28 0.55 0.18
HSL 28.95º 0.55% 0.6% -
HSV(B) 28.95º 0.55% 0.82% -
XYZ 39.27 36.19 15.74 -
YUV 161.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 209 150 95 0 0.28 0.55 0.18 28.95 0.55 0.6
Hex D1 96 5F 0 1C 37 12 1D 37 3C
Octal 321 226 137 0 34 67 22 35 67 74
Binary 11010001 10010110 1011111 0 11100 110111 10010 11101 110111 111100

Color Harmonies of #D1965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1965F

Black with #D1965F

Text Example


Text Example

White with #D1965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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