Html Css Color HEX #D9965C Whiskey Sour

📋 copy color: '#D9965C'

red 217 ◦ green 150 ◦ blue 92

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

Shades of Whiskey Sour #D9965C

Tints of Whiskey Sour #D9965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 47.28%
G = 32.68%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9965C (or 0xD9965C) is known color: Whiskey Sour. HEX triplet: D9, 96 and 5C. RGB value is (217,150,92). Sum of RGB (Red+Green+Blue) = 217+150+92=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9965C is #2669A3. Grayscale: #A3A3A3. Windows color (decimal): -2517412 or 6067929. OLE color: 6067929.

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

Color convert

RGB 217 150 92 -
CMYK 0 0.31 0.58 0.15
HSL 27.84º 0.62% 0.61% -
HSV(B) 27.84º 0.58% 0.85% -
XYZ 41.45 37.34 15.15 -
YUV 163.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 217 150 92 0 0.31 0.58 0.15 27.84 0.62 0.61
Hex D9 96 5C 0 1F 3A F 1C 3E 3D
Octal 331 226 134 0 37 72 17 34 76 75
Binary 11011001 10010110 1011100 0 11111 111010 1111 11100 111110 111101

Color Harmonies of #D9965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9965C

Black with #D9965C

Text Example


Text Example

White with #D9965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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