Html Css Color HEX #D09962 Whiskey Sour

📋 copy color: '#D09962'

red 208 ◦ green 153 ◦ blue 98

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

Shades of Whiskey Sour #D09962

Tints of Whiskey Sour #D09962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.35%

R = 45.32%
G = 33.33%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D09962 (or 0xD09962) is known color: Whiskey Sour. HEX triplet: D0, 99 and 62. RGB value is (208,153,98). Sum of RGB (Red+Green+Blue) = 208+153+98=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D09962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09962 is #2F669D. Grayscale: #A3A3A3. Windows color (decimal): -3106462 or 6461904. OLE color: 6461904.

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

Color convert

RGB 208 153 98 -
CMYK 0 0.26 0.53 0.18
HSL 30º 0.54% 0.6% -
HSV(B) 30º 0.53% 0.82% -
XYZ 39.61 37.07 16.62 -
YUV 163.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 208 153 98 0 0.26 0.53 0.18 30 0.54 0.6
Hex D0 99 62 0 1A 35 12 1E 36 3C
Octal 320 231 142 0 32 65 22 36 66 74
Binary 11010000 10011001 1100010 0 11010 110101 10010 11110 110110 111100

Color Harmonies of #D09962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09962

Black with #D09962

Text Example


Text Example

White with #D09962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09962; }

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

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

background-color css

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

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

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

border-color css

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

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

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