Html Css Color HEX #D09364 Whiskey

📋 copy color: '#D09364'

red 208 ◦ green 147 ◦ blue 100

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

Shades of Whiskey #D09364

Tints of Whiskey #D09364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.98%

R = 45.71%
G = 32.31%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D09364 (or 0xD09364) is known color: Whiskey. HEX triplet: D0, 93 and 64. RGB value is (208,147,100). Sum of RGB (Red+Green+Blue) = 208+147+100=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D09364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09364 is #2F6C9B. Grayscale: #A0A0A0. Windows color (decimal): -3107996 or 6591440. OLE color: 6591440.

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

Color convert

RGB 208 147 100 -
CMYK 0 0.29 0.52 0.18
HSL 26.11º 0.53% 0.6% -
HSV(B) 26.11º 0.52% 0.82% -
XYZ 38.75 35.2 16.81 -
YUV 159.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 208 147 100 0 0.29 0.52 0.18 26.11 0.53 0.6
Hex D0 93 64 0 1D 34 12 1A 35 3C
Octal 320 223 144 0 35 64 22 32 65 74
Binary 11010000 10010011 1100100 0 11101 110100 10010 11010 110101 111100

Color Harmonies of #D09364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09364

Black with #D09364

Text Example


Text Example

White with #D09364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09364; }

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

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

background-color css

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

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

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

border-color css

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

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

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