Html Css Color HEX #D09553 Whiskey Sour

📋 copy color: '#D09553'

red 208 ◦ green 149 ◦ blue 83

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

Shades of Whiskey Sour #D09553

Tints of Whiskey Sour #D09553

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

 BLUE value IS 83 (32.81% from 255) = 18.86%

R = 47.27%
G = 33.86%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D09553 (or 0xD09553) is known color: Whiskey Sour. HEX triplet: D0, 95 and 53. RGB value is (208,149,83). Sum of RGB (Red+Green+Blue) = 208+149+83=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D09553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09553 is #2F6AAC. Grayscale: #9F9F9F. Windows color (decimal): -3107501 or 5477840. OLE color: 5477840.

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

Color convert

RGB 208 149 83 -
CMYK 0 0.28 0.60 0.18
HSL 31.68º 0.57% 0.57% -
HSV(B) 31.68º 0.6% 0.82% -
XYZ 38.32 35.53 13.02 -
YUV 159.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 208 149 83 0 0.28 0.60 0.18 31.68 0.57 0.57
Hex D0 95 53 0 1C 3C 12 20 39 39
Octal 320 225 123 0 34 74 22 40 71 71
Binary 11010000 10010101 1010011 0 11100 111100 10010 100000 111001 111001

Color Harmonies of #D09553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09553

Black with #D09553

Text Example


Text Example

White with #D09553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09553; }

 p { color: rgb(208,149,83); }

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

background-color css

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

 a { background-color: rgb(208,149,83); }

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

border-color css

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

 span { border-color: rgb(208,149,83); }

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