Html Css Color HEX #D5885C Whiskey Sour

📋 copy color: '#D5885C'

red 213 ◦ green 136 ◦ blue 92

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

Shades of Whiskey Sour #D5885C

Tints of Whiskey Sour #D5885C

RGB

 RED value IS 213 (83.59% from 255) = 48.3%

 GREEN value IS 136 (53.52% from 255) = 30.84%

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

R = 48.3%
G = 30.84%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5885C (or 0xD5885C) is known color: Whiskey Sour. HEX triplet: D5, 88 and 5C. RGB value is (213,136,92). Sum of RGB (Red+Green+Blue) = 213+136+92=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5885C is #2A77A3. Grayscale: #9A9A9A. Windows color (decimal): -2783140 or 6064341. OLE color: 6064341.

HSL color Cylindrical-coordinate representation of color #D5885C: hue angle of 21.82º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5885C is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 92 -
CMYK 0 0.36 0.57 0.16
HSL 21.82º 0.59% 0.6% -
HSV(B) 21.82º 0.57% 0.84% -
XYZ 38.18 32.53 14.39 -
YUV 154.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 213 136 92 0 0.36 0.57 0.16 21.82 0.59 0.6
Hex D5 88 5C 0 24 39 10 16 3B 3C
Octal 325 210 134 0 44 71 20 26 73 74
Binary 11010101 10001000 1011100 0 100100 111001 10000 10110 111011 111100

Color Harmonies of #D5885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5885C

Black with #D5885C

Text Example


Text Example

White with #D5885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5885C; }

 p { color: rgb(213,136,92); }

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

background-color css

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

 a { background-color: rgb(213,136,92); }

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

border-color css

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

 span { border-color: rgb(213,136,92); }

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