Html Css Color HEX #D09953 Whiskey Sour

📋 copy color: '#D09953'

red 208 ◦ green 153 ◦ blue 83

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

Shades of Whiskey Sour #D09953

Tints of Whiskey Sour #D09953

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

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

R = 46.85%
G = 34.46%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D09953 (or 0xD09953) is known color: Whiskey Sour. HEX triplet: D0, 99 and 53. RGB value is (208,153,83). Sum of RGB (Red+Green+Blue) = 208+153+83=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D09953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09953 is #2F66AC. Grayscale: #A1A1A1. Windows color (decimal): -3106477 or 5478864. OLE color: 5478864.

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

Color convert

RGB 208 153 83 -
CMYK 0 0.26 0.60 0.18
HSL 33.6º 0.57% 0.57% -
HSV(B) 33.6º 0.6% 0.82% -
XYZ 38.97 36.82 13.24 -
YUV 161.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 208 153 83 0 0.26 0.60 0.18 33.6 0.57 0.57
Hex D0 99 53 0 1A 3C 12 22 39 39
Octal 320 231 123 0 32 74 22 42 71 71
Binary 11010000 10011001 1010011 0 11010 111100 10010 100010 111001 111001

Color Harmonies of #D09953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09953

Black with #D09953

Text Example


Text Example

White with #D09953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09953; }

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

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

background-color css

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

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

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

border-color css

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

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

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