Html Css Color HEX #D08C50 Whiskey Sour

📋 copy color: '#D08C50'

red 208 ◦ green 140 ◦ blue 80

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

Shades of Whiskey Sour #D08C50

Tints of Whiskey Sour #D08C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 48.6%
G = 32.71%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D08C50 (or 0xD08C50) is known color: Whiskey Sour. HEX triplet: D0, 8C and 50. RGB value is (208,140,80). Sum of RGB (Red+Green+Blue) = 208+140+80=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C50 is #2F73AF. Grayscale: #999999. Windows color (decimal): -3109808 or 5278928. OLE color: 5278928.

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

Color convert

RGB 208 140 80 -
CMYK 0 0.33 0.62 0.18
HSL 28.13º 0.58% 0.56% -
HSV(B) 28.13º 0.62% 0.82% -
XYZ 36.84 32.75 11.97 -
YUV 153.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 208 140 80 0 0.33 0.62 0.18 28.13 0.58 0.56
Hex D0 8C 50 0 21 3E 12 1C 3A 38
Octal 320 214 120 0 41 76 22 34 72 70
Binary 11010000 10001100 1010000 0 100001 111110 10010 11100 111010 111000

Color Harmonies of #D08C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C50

Black with #D08C50

Text Example


Text Example

White with #D08C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C50; }

 p { color: rgb(208,140,80); }

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

background-color css

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

 a { background-color: rgb(208,140,80); }

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

border-color css

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

 span { border-color: rgb(208,140,80); }

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