Html Css Color HEX #D09264 Whiskey

📋 copy color: '#D09264'

red 208 ◦ green 146 ◦ blue 100

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

Shades of Whiskey #D09264

Tints of Whiskey #D09264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.16%

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

R = 45.81%
G = 32.16%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D09264 (or 0xD09264) is known color: Whiskey. HEX triplet: D0, 92 and 64. RGB value is (208,146,100). Sum of RGB (Red+Green+Blue) = 208+146+100=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D09264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09264 is #2F6D9B. Grayscale: #9F9F9F. Windows color (decimal): -3108252 or 6591184. OLE color: 6591184.

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

Color convert

RGB 208 146 100 -
CMYK 0 0.30 0.52 0.18
HSL 25.56º 0.53% 0.6% -
HSV(B) 25.56º 0.52% 0.82% -
XYZ 38.59 34.89 16.76 -
YUV 159.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 208 146 100 0 0.30 0.52 0.18 25.56 0.53 0.6
Hex D0 92 64 0 1E 34 12 1A 35 3C
Octal 320 222 144 0 36 64 22 32 65 74
Binary 11010000 10010010 1100100 0 11110 110100 10010 11010 110101 111100

Color Harmonies of #D09264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09264

Black with #D09264

Text Example


Text Example

White with #D09264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09264; }

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

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

background-color css

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

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

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

border-color css

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

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

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