Html Css Color HEX #D8905E Whiskey Sour

📋 copy color: '#D8905E'

red 216 ◦ green 144 ◦ blue 94

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

Shades of Whiskey Sour #D8905E

Tints of Whiskey Sour #D8905E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 47.58%
G = 31.72%
B = 20.7%

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

#D8905E (or 0xD8905E) is known color: Whiskey Sour. HEX triplet: D8, 90 and 5E. RGB value is (216,144,94). Sum of RGB (Red+Green+Blue) = 216+144+94=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8905E is #276FA1. Grayscale: #A0A0A0. Windows color (decimal): -2584482 or 6197464. OLE color: 6197464.

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

Color convert

RGB 216 144 94 -
CMYK 0 0.33 0.56 0.15
HSL 24.59º 0.61% 0.61% -
HSV(B) 24.59º 0.56% 0.85% -
XYZ 40.31 35.35 15.29 -
YUV 159.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 216 144 94 0 0.33 0.56 0.15 24.59 0.61 0.61
Hex D8 90 5E 0 21 38 F 19 3D 3D
Octal 330 220 136 0 41 70 17 31 75 75
Binary 11011000 10010000 1011110 0 100001 111000 1111 11001 111101 111101

Color Harmonies of #D8905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8905E

Black with #D8905E

Text Example


Text Example

White with #D8905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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