Html Css Color HEX #D09461 Whiskey

📋 copy color: '#D09461'

red 208 ◦ green 148 ◦ blue 97

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

Shades of Whiskey #D09461

Tints of Whiskey #D09461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.67%

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

R = 45.92%
G = 32.67%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D09461 (or 0xD09461) is known color: Whiskey. HEX triplet: D0, 94 and 61. RGB value is (208,148,97). Sum of RGB (Red+Green+Blue) = 208+148+97=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D09461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09461 is #2F6B9E. Grayscale: #A0A0A0. Windows color (decimal): -3107743 or 6395088. OLE color: 6395088.

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

Color convert

RGB 208 148 97 -
CMYK 0 0.29 0.53 0.18
HSL 27.57º 0.54% 0.6% -
HSV(B) 27.57º 0.53% 0.82% -
XYZ 38.76 35.45 16.11 -
YUV 160.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 208 148 97 0 0.29 0.53 0.18 27.57 0.54 0.6
Hex D0 94 61 0 1D 35 12 1C 36 3C
Octal 320 224 141 0 35 65 22 34 66 74
Binary 11010000 10010100 1100001 0 11101 110101 10010 11100 110110 111100

Color Harmonies of #D09461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09461

Black with #D09461

Text Example


Text Example

White with #D09461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09461; }

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

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

background-color css

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

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

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

border-color css

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

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

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