Html Css Color HEX #D09360 Whiskey

📋 copy color: '#D09360'

red 208 ◦ green 147 ◦ blue 96

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

Shades of Whiskey #D09360

Tints of Whiskey #D09360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.59%

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

R = 46.12%
G = 32.59%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D09360 (or 0xD09360) is known color: Whiskey. HEX triplet: D0, 93 and 60. RGB value is (208,147,96). Sum of RGB (Red+Green+Blue) = 208+147+96=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D09360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09360 is #2F6C9F. Grayscale: #9F9F9F. Windows color (decimal): -3108000 or 6329296. OLE color: 6329296.

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

Color convert

RGB 208 147 96 -
CMYK 0 0.29 0.54 0.18
HSL 27.32º 0.54% 0.6% -
HSV(B) 27.32º 0.54% 0.82% -
XYZ 38.56 35.12 15.81 -
YUV 159.43 92.21 162.65 -
System Red Green Blue C M Y K H S L
Decimal 208 147 96 0 0.29 0.54 0.18 27.32 0.54 0.6
Hex D0 93 60 0 1D 36 12 1B 36 3C
Octal 320 223 140 0 35 66 22 33 66 74
Binary 11010000 10010011 1100000 0 11101 110110 10010 11011 110110 111100

Color Harmonies of #D09360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09360

Black with #D09360

Text Example


Text Example

White with #D09360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09360; }

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

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

background-color css

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

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

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

border-color css

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

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

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