Html Css Color HEX #D08958 Whiskey Sour

📋 copy color: '#D08958'

red 208 ◦ green 137 ◦ blue 88

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

Shades of Whiskey Sour #D08958

Tints of Whiskey Sour #D08958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

 BLUE value IS 88 (34.77% from 255) = 20.32%

R = 48.04%
G = 31.64%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D08958 (or 0xD08958) is known color: Whiskey Sour. HEX triplet: D0, 89 and 58. RGB value is (208,137,88). Sum of RGB (Red+Green+Blue) = 208+137+88=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D08958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08958 is #2F76A7. Grayscale: #989898. Windows color (decimal): -3110568 or 5802448. OLE color: 5802448.

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

Color convert

RGB 208 137 88 -
CMYK 0 0.34 0.58 0.18
HSL 24.5º 0.56% 0.58% -
HSV(B) 24.5º 0.58% 0.82% -
XYZ 36.72 32.01 13.47 -
YUV 152.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 208 137 88 0 0.34 0.58 0.18 24.5 0.56 0.58
Hex D0 89 58 0 22 3A 12 18 38 3A
Octal 320 211 130 0 42 72 22 30 70 72
Binary 11010000 10001001 1011000 0 100010 111010 10010 11000 111000 111010

Color Harmonies of #D08958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08958

Black with #D08958

Text Example


Text Example

White with #D08958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08958; }

 p { color: rgb(208,137,88); }

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

background-color css

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

 a { background-color: rgb(208,137,88); }

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

border-color css

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

 span { border-color: rgb(208,137,88); }

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