Html Css Color HEX #D09562 Whiskey

📋 copy color: '#D09562'

red 208 ◦ green 149 ◦ blue 98

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

Shades of Whiskey #D09562

Tints of Whiskey #D09562

RGB

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

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

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

R = 45.71%
G = 32.75%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D09562 (or 0xD09562) is known color: Whiskey. HEX triplet: D0, 95 and 62. RGB value is (208,149,98). Sum of RGB (Red+Green+Blue) = 208+149+98=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D09562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09562 is #2F6A9D. Grayscale: #A1A1A1. Windows color (decimal): -3107486 or 6460880. OLE color: 6460880.

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

Color convert

RGB 208 149 98 -
CMYK 0 0.28 0.53 0.18
HSL 27.82º 0.54% 0.6% -
HSV(B) 27.82º 0.53% 0.82% -
XYZ 38.96 35.79 16.41 -
YUV 160.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 208 149 98 0 0.28 0.53 0.18 27.82 0.54 0.6
Hex D0 95 62 0 1C 35 12 1C 36 3C
Octal 320 225 142 0 34 65 22 34 66 74
Binary 11010000 10010101 1100010 0 11100 110101 10010 11100 110110 111100

Color Harmonies of #D09562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09562

Black with #D09562

Text Example


Text Example

White with #D09562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09562; }

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

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

background-color css

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

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

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

border-color css

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

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

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