Html Css Color HEX #D09061 Whiskey

📋 copy color: '#D09061'

red 208 ◦ green 144 ◦ blue 97

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

Shades of Whiskey #D09061

Tints of Whiskey #D09061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 46.33%
G = 32.07%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D09061 (or 0xD09061) is known color: Whiskey. HEX triplet: D0, 90 and 61. RGB value is (208,144,97). Sum of RGB (Red+Green+Blue) = 208+144+97=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D09061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09061 is #2F6F9E. Grayscale: #9E9E9E. Windows color (decimal): -3108767 or 6394064. OLE color: 6394064.

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

Color convert

RGB 208 144 97 -
CMYK 0 0.31 0.53 0.18
HSL 25.41º 0.54% 0.6% -
HSV(B) 25.41º 0.53% 0.82% -
XYZ 38.14 34.22 15.9 -
YUV 157.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 208 144 97 0 0.31 0.53 0.18 25.41 0.54 0.6
Hex D0 90 61 0 1F 35 12 19 36 3C
Octal 320 220 141 0 37 65 22 31 66 74
Binary 11010000 10010000 1100001 0 11111 110101 10010 11001 110110 111100

Color Harmonies of #D09061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09061

Black with #D09061

Text Example


Text Example

White with #D09061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09061; }

 p { color: rgb(208,144,97); }

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

background-color css

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

 a { background-color: rgb(208,144,97); }

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

border-color css

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

 span { border-color: rgb(208,144,97); }

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