Html Css Color HEX #D9965A Whiskey Sour

📋 copy color: '#D9965A'

red 217 ◦ green 150 ◦ blue 90

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

Shades of Whiskey Sour #D9965A

Tints of Whiskey Sour #D9965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.69%

R = 47.48%
G = 32.82%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9965A (or 0xD9965A) is known color: Whiskey Sour. HEX triplet: D9, 96 and 5A. RGB value is (217,150,90). Sum of RGB (Red+Green+Blue) = 217+150+90=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9965A is #2669A5. Grayscale: #A3A3A3. Windows color (decimal): -2517414 or 5936857. OLE color: 5936857.

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

Color convert

RGB 217 150 90 -
CMYK 0 0.31 0.59 0.15
HSL 28.35º 0.63% 0.6% -
HSV(B) 28.35º 0.59% 0.85% -
XYZ 41.37 37.3 14.69 -
YUV 163.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 217 150 90 0 0.31 0.59 0.15 28.35 0.63 0.6
Hex D9 96 5A 0 1F 3B F 1C 3F 3C
Octal 331 226 132 0 37 73 17 34 77 74
Binary 11011001 10010110 1011010 0 11111 111011 1111 11100 111111 111100

Color Harmonies of #D9965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9965A

Black with #D9965A

Text Example


Text Example

White with #D9965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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