Html Css Color HEX #D09056 Whiskey Sour

📋 copy color: '#D09056'

red 208 ◦ green 144 ◦ blue 86

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

Shades of Whiskey Sour #D09056

Tints of Whiskey Sour #D09056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.63%

R = 47.49%
G = 32.88%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D09056 (or 0xD09056) is known color: Whiskey Sour. HEX triplet: D0, 90 and 56. RGB value is (208,144,86). Sum of RGB (Red+Green+Blue) = 208+144+86=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D09056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09056 is #2F6FA9. Grayscale: #9C9C9C. Windows color (decimal): -3108778 or 5673168. OLE color: 5673168.

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

Color convert

RGB 208 144 86 -
CMYK 0 0.31 0.59 0.18
HSL 28.52º 0.56% 0.58% -
HSV(B) 28.52º 0.59% 0.82% -
XYZ 37.67 34.03 13.39 -
YUV 156.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 208 144 86 0 0.31 0.59 0.18 28.52 0.56 0.58
Hex D0 90 56 0 1F 3B 12 1D 38 3A
Octal 320 220 126 0 37 73 22 35 70 72
Binary 11010000 10010000 1010110 0 11111 111011 10010 11101 111000 111010

Color Harmonies of #D09056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09056

Black with #D09056

Text Example


Text Example

White with #D09056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09056; }

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

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

background-color css

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

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

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

border-color css

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

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

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