Html Css Color HEX #D8965A Whiskey Sour

📋 copy color: '#D8965A'

red 216 ◦ green 150 ◦ blue 90

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

Shades of Whiskey Sour #D8965A

Tints of Whiskey Sour #D8965A

RGB

 RED value IS 216 (84.77% from 255) = 47.37%

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

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

R = 47.37%
G = 32.89%
B = 19.74%

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

#D8965A (or 0xD8965A) is known color: Whiskey Sour. HEX triplet: D8, 96 and 5A. RGB value is (216,150,90). Sum of RGB (Red+Green+Blue) = 216+150+90=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8965A is #2769A5. Grayscale: #A3A3A3. Windows color (decimal): -2582950 or 5936856. OLE color: 5936856.

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

Color convert

RGB 216 150 90 -
CMYK 0 0.31 0.58 0.15
HSL 28.57º 0.62% 0.6% -
HSV(B) 28.57º 0.58% 0.85% -
XYZ 41.07 37.15 14.68 -
YUV 162.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 216 150 90 0 0.31 0.58 0.15 28.57 0.62 0.6
Hex D8 96 5A 0 1F 3A F 1D 3E 3C
Octal 330 226 132 0 37 72 17 35 76 74
Binary 11011000 10010110 1011010 0 11111 111010 1111 11101 111110 111100

Color Harmonies of #D8965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8965A

Black with #D8965A

Text Example


Text Example

White with #D8965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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