Html Css Color HEX #D08F5D Whiskey Sour

📋 copy color: '#D08F5D'

red 208 ◦ green 143 ◦ blue 93

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

Shades of Whiskey Sour #D08F5D

Tints of Whiskey Sour #D08F5D

RGB

 RED value IS 208 (81.64% from 255) = 46.85%

 GREEN value IS 143 (56.25% from 255) = 32.21%

 BLUE value IS 93 (36.72% from 255) = 20.95%

R = 46.85%
G = 32.21%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D08F5D (or 0xD08F5D) is known color: Whiskey Sour. HEX triplet: D0, 8F and 5D. RGB value is (208,143,93). Sum of RGB (Red+Green+Blue) = 208+143+93=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F5D is #2F70A2. Grayscale: #9C9C9C. Windows color (decimal): -3109027 or 6131664. OLE color: 6131664.

HSL color Cylindrical-coordinate representation of color #D08F5D: hue angle of 26.09º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D08F5D is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 93 -
CMYK 0 0.31 0.55 0.18
HSL 26.09º 0.55% 0.59% -
HSV(B) 26.09º 0.55% 0.82% -
XYZ 37.81 33.85 14.9 -
YUV 156.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 208 143 93 0 0.31 0.55 0.18 26.09 0.55 0.59
Hex D0 8F 5D 0 1F 37 12 1A 37 3B
Octal 320 217 135 0 37 67 22 32 67 73
Binary 11010000 10001111 1011101 0 11111 110111 10010 11010 110111 111011

Color Harmonies of #D08F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F5D

Black with #D08F5D

Text Example


Text Example

White with #D08F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F5D; }

 p { color: rgb(208,143,93); }

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

background-color css

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

 a { background-color: rgb(208,143,93); }

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

border-color css

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

 span { border-color: rgb(208,143,93); }

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