Html Css Color HEX #D09162 Whiskey

📋 copy color: '#D09162'

red 208 ◦ green 145 ◦ blue 98

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

Shades of Whiskey #D09162

Tints of Whiskey #D09162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.15%

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

R = 46.12%
G = 32.15%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D09162 (or 0xD09162) is known color: Whiskey. HEX triplet: D0, 91 and 62. RGB value is (208,145,98). Sum of RGB (Red+Green+Blue) = 208+145+98=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D09162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09162 is #2F6E9D. Grayscale: #9E9E9E. Windows color (decimal): -3108510 or 6459856. OLE color: 6459856.

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

Color convert

RGB 208 145 98 -
CMYK 0 0.30 0.53 0.18
HSL 25.64º 0.54% 0.6% -
HSV(B) 25.64º 0.53% 0.82% -
XYZ 38.34 34.54 16.2 -
YUV 158.48 93.87 163.32 -
System Red Green Blue C M Y K H S L
Decimal 208 145 98 0 0.30 0.53 0.18 25.64 0.54 0.6
Hex D0 91 62 0 1E 35 12 1A 36 3C
Octal 320 221 142 0 36 65 22 32 66 74
Binary 11010000 10010001 1100010 0 11110 110101 10010 11010 110110 111100

Color Harmonies of #D09162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09162

Black with #D09162

Text Example


Text Example

White with #D09162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09162; }

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

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

background-color css

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

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

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

border-color css

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

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

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