Html Css Color HEX #D09755 Whiskey Sour

📋 copy color: '#D09755'

red 208 ◦ green 151 ◦ blue 85

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

Shades of Whiskey Sour #D09755

Tints of Whiskey Sour #D09755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.01%

 BLUE value IS 85 (33.59% from 255) = 19.14%

R = 46.85%
G = 34.01%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D09755 (or 0xD09755) is known color: Whiskey Sour. HEX triplet: D0, 97 and 55. RGB value is (208,151,85). Sum of RGB (Red+Green+Blue) = 208+151+85=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D09755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09755 is #2F68AA. Grayscale: #A0A0A0. Windows color (decimal): -3106987 or 5609424. OLE color: 5609424.

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

Color convert

RGB 208 151 85 -
CMYK 0 0.27 0.59 0.18
HSL 32.2º 0.57% 0.57% -
HSV(B) 32.2º 0.59% 0.82% -
XYZ 38.72 36.2 13.54 -
YUV 160.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 208 151 85 0 0.27 0.59 0.18 32.2 0.57 0.57
Hex D0 97 55 0 1B 3B 12 20 39 39
Octal 320 227 125 0 33 73 22 40 71 71
Binary 11010000 10010111 1010101 0 11011 111011 10010 100000 111001 111001

Color Harmonies of #D09755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09755

Black with #D09755

Text Example


Text Example

White with #D09755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09755; }

 p { color: rgb(208,151,85); }

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

background-color css

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

 a { background-color: rgb(208,151,85); }

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

border-color css

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

 span { border-color: rgb(208,151,85); }

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