Html Css Color HEX #D9965F Whiskey Sour

📋 copy color: '#D9965F'

red 217 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #D9965F

Tints of Whiskey Sour #D9965F

RGB

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

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

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

R = 46.97%
G = 32.47%
B = 20.56%

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

#D9965F (or 0xD9965F) is known color: Whiskey Sour. HEX triplet: D9, 96 and 5F. RGB value is (217,150,95). Sum of RGB (Red+Green+Blue) = 217+150+95=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9965F is #2669A0. Grayscale: #A4A4A4. Windows color (decimal): -2517409 or 6264537. OLE color: 6264537.

HSL color Cylindrical-coordinate representation of color #D9965F: hue angle of 27.05º 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 #D9965F is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 95 -
CMYK 0 0.31 0.56 0.15
HSL 27.05º 0.62% 0.61% -
HSV(B) 27.05º 0.56% 0.85% -
XYZ 41.59 37.39 15.85 -
YUV 163.76 89.2 165.97 -
System Red Green Blue C M Y K H S L
Decimal 217 150 95 0 0.31 0.56 0.15 27.05 0.62 0.61
Hex D9 96 5F 0 1F 38 F 1B 3E 3D
Octal 331 226 137 0 37 70 17 33 76 75
Binary 11011001 10010110 1011111 0 11111 111000 1111 11011 111110 111101

Color Harmonies of #D9965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9965F

Black with #D9965F

Text Example


Text Example

White with #D9965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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