Html Css Color HEX #D09160 Whiskey

📋 copy color: '#D09160'

red 208 ◦ green 145 ◦ blue 96

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

Shades of Whiskey #D09160

Tints of Whiskey #D09160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 46.33%
G = 32.29%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D09160 (or 0xD09160) is known color: Whiskey. HEX triplet: D0, 91 and 60. RGB value is (208,145,96). Sum of RGB (Red+Green+Blue) = 208+145+96=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D09160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09160 is #2F6E9F. Grayscale: #9E9E9E. Windows color (decimal): -3108512 or 6328784. OLE color: 6328784.

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

Color convert

RGB 208 145 96 -
CMYK 0 0.30 0.54 0.18
HSL 26.25º 0.54% 0.6% -
HSV(B) 26.25º 0.54% 0.82% -
XYZ 38.25 34.51 15.71 -
YUV 158.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 208 145 96 0 0.30 0.54 0.18 26.25 0.54 0.6
Hex D0 91 60 0 1E 36 12 1A 36 3C
Octal 320 221 140 0 36 66 22 32 66 74
Binary 11010000 10010001 1100000 0 11110 110110 10010 11010 110110 111100

Color Harmonies of #D09160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09160

Black with #D09160

Text Example


Text Example

White with #D09160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09160; }

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

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

background-color css

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

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

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

border-color css

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

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

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