Html Css Color HEX #D08758 Whiskey Sour

📋 copy color: '#D08758'

red 208 ◦ green 135 ◦ blue 88

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

Shades of Whiskey Sour #D08758

Tints of Whiskey Sour #D08758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.32%

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

R = 48.26%
G = 31.32%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D08758 (or 0xD08758) is known color: Whiskey Sour. HEX triplet: D0, 87 and 58. RGB value is (208,135,88). Sum of RGB (Red+Green+Blue) = 208+135+88=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D08758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08758 is #2F78A7. Grayscale: #979797. Windows color (decimal): -3111080 or 5801936. OLE color: 5801936.

HSL color Cylindrical-coordinate representation of color #D08758: hue angle of 23.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 #D08758 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 88 -
CMYK 0 0.35 0.58 0.18
HSL 23.5º 0.56% 0.58% -
HSV(B) 23.5º 0.58% 0.82% -
XYZ 36.44 31.44 13.38 -
YUV 151.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 208 135 88 0 0.35 0.58 0.18 23.5 0.56 0.58
Hex D0 87 58 0 23 3A 12 18 38 3A
Octal 320 207 130 0 43 72 22 30 70 72
Binary 11010000 10000111 1011000 0 100011 111010 10010 11000 111000 111010

Color Harmonies of #D08758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08758

Black with #D08758

Text Example


Text Example

White with #D08758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08758; }

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

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

background-color css

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

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

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

border-color css

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

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

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