Html Css Color HEX #D88A5C Whiskey Sour

📋 copy color: '#D88A5C'

red 216 ◦ green 138 ◦ blue 92

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

Shades of Whiskey Sour #D88A5C

Tints of Whiskey Sour #D88A5C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.94%

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

R = 48.43%
G = 30.94%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D88A5C (or 0xD88A5C) is known color: Whiskey Sour. HEX triplet: D8, 8A and 5C. RGB value is (216,138,92). Sum of RGB (Red+Green+Blue) = 216+138+92=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A5C is #2775A3. Grayscale: #9C9C9C. Windows color (decimal): -2586020 or 6064856. OLE color: 6064856.

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

Color convert

RGB 216 138 92 -
CMYK 0 0.36 0.57 0.15
HSL 22.26º 0.61% 0.6% -
HSV(B) 22.26º 0.57% 0.85% -
XYZ 39.34 33.55 14.53 -
YUV 156.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 216 138 92 0 0.36 0.57 0.15 22.26 0.61 0.6
Hex D8 8A 5C 0 24 39 F 16 3D 3C
Octal 330 212 134 0 44 71 17 26 75 74
Binary 11011000 10001010 1011100 0 100100 111001 1111 10110 111101 111100

Color Harmonies of #D88A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A5C

Black with #D88A5C

Text Example


Text Example

White with #D88A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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