Html Css Color HEX #D8905C Whiskey Sour

📋 copy color: '#D8905C'

red 216 ◦ green 144 ◦ blue 92

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

Shades of Whiskey Sour #D8905C

Tints of Whiskey Sour #D8905C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.35%

R = 47.79%
G = 31.86%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8905C (or 0xD8905C) is known color: Whiskey Sour. HEX triplet: D8, 90 and 5C. RGB value is (216,144,92). Sum of RGB (Red+Green+Blue) = 216+144+92=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8905C is #276FA3. Grayscale: #9F9F9F. Windows color (decimal): -2584484 or 6066392. OLE color: 6066392.

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

Color convert

RGB 216 144 92 -
CMYK 0 0.33 0.57 0.15
HSL 25.16º 0.61% 0.6% -
HSV(B) 25.16º 0.57% 0.85% -
XYZ 40.22 35.32 14.82 -
YUV 159.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 216 144 92 0 0.33 0.57 0.15 25.16 0.61 0.6
Hex D8 90 5C 0 21 39 F 19 3D 3C
Octal 330 220 134 0 41 71 17 31 75 74
Binary 11011000 10010000 1011100 0 100001 111001 1111 11001 111101 111100

Color Harmonies of #D8905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8905C

Black with #D8905C

Text Example


Text Example

White with #D8905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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