Html Css Color HEX #D8905F Whiskey Sour

📋 copy color: '#D8905F'

red 216 ◦ green 144 ◦ blue 95

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

Shades of Whiskey Sour #D8905F

Tints of Whiskey Sour #D8905F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.65%

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

R = 47.47%
G = 31.65%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8905F (or 0xD8905F) is known color: Whiskey Sour. HEX triplet: D8, 90 and 5F. RGB value is (216,144,95). Sum of RGB (Red+Green+Blue) = 216+144+95=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8905F is #276FA0. Grayscale: #A0A0A0. Windows color (decimal): -2584481 or 6263000. OLE color: 6263000.

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

Color convert

RGB 216 144 95 -
CMYK 0 0.33 0.56 0.15
HSL 24.3º 0.61% 0.61% -
HSV(B) 24.3º 0.56% 0.85% -
XYZ 40.36 35.37 15.53 -
YUV 159.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 216 144 95 0 0.33 0.56 0.15 24.3 0.61 0.61
Hex D8 90 5F 0 21 38 F 18 3D 3D
Octal 330 220 137 0 41 70 17 30 75 75
Binary 11011000 10010000 1011111 0 100001 111000 1111 11000 111101 111101

Color Harmonies of #D8905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8905F

Black with #D8905F

Text Example


Text Example

White with #D8905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8905F; }

 p { color: rgb(216,144,95); }

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

background-color css

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

 a { background-color: rgb(216,144,95); }

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

border-color css

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

 span { border-color: rgb(216,144,95); }

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