Html Css Color HEX #D9965D Whiskey Sour

📋 copy color: '#D9965D'

red 217 ◦ green 150 ◦ blue 93

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

Shades of Whiskey Sour #D9965D

Tints of Whiskey Sour #D9965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 47.17%
G = 32.61%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9965D (or 0xD9965D) is known color: Whiskey Sour. HEX triplet: D9, 96 and 5D. RGB value is (217,150,93). Sum of RGB (Red+Green+Blue) = 217+150+93=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9965D is #2669A2. Grayscale: #A3A3A3. Windows color (decimal): -2517411 or 6133465. OLE color: 6133465.

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

Color convert

RGB 217 150 93 -
CMYK 0 0.31 0.57 0.15
HSL 27.58º 0.62% 0.61% -
HSV(B) 27.58º 0.57% 0.85% -
XYZ 41.5 37.35 15.38 -
YUV 163.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 217 150 93 0 0.31 0.57 0.15 27.58 0.62 0.61
Hex D9 96 5D 0 1F 39 F 1C 3E 3D
Octal 331 226 135 0 37 71 17 34 76 75
Binary 11011001 10010110 1011101 0 11111 111001 1111 11100 111110 111101

Color Harmonies of #D9965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9965D

Black with #D9965D

Text Example


Text Example

White with #D9965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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