Html Css Color HEX #D09050 Whiskey Sour

📋 copy color: '#D09050'

red 208 ◦ green 144 ◦ blue 80

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

Shades of Whiskey Sour #D09050

Tints of Whiskey Sour #D09050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.33%

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

R = 48.15%
G = 33.33%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D09050 (or 0xD09050) is known color: Whiskey Sour. HEX triplet: D0, 90 and 50. RGB value is (208,144,80). Sum of RGB (Red+Green+Blue) = 208+144+80=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D09050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09050 is #2F6FAF. Grayscale: #9C9C9C. Windows color (decimal): -3108784 or 5279952. OLE color: 5279952.

HSL color Cylindrical-coordinate representation of color #D09050: hue angle of 30º 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 #D09050 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 144 80 -
CMYK 0 0.31 0.62 0.18
HSL 30º 0.58% 0.56% -
HSV(B) 30º 0.62% 0.82% -
XYZ 37.43 33.94 12.17 -
YUV 155.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 208 144 80 0 0.31 0.62 0.18 30 0.58 0.56
Hex D0 90 50 0 1F 3E 12 1E 3A 38
Octal 320 220 120 0 37 76 22 36 72 70
Binary 11010000 10010000 1010000 0 11111 111110 10010 11110 111010 111000

Color Harmonies of #D09050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09050

Black with #D09050

Text Example


Text Example

White with #D09050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09050; }

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

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

background-color css

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

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

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

border-color css

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

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

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