Html Css Color HEX #D09C64 Whiskey Sour

📋 copy color: '#D09C64'

red 208 ◦ green 156 ◦ blue 100

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

Shades of Whiskey Sour #D09C64

Tints of Whiskey Sour #D09C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.62%

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

R = 44.83%
G = 33.62%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D09C64 (or 0xD09C64) is known color: Whiskey Sour. HEX triplet: D0, 9C and 64. RGB value is (208,156,100). Sum of RGB (Red+Green+Blue) = 208+156+100=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C64 is #2F639B. Grayscale: #A5A5A5. Windows color (decimal): -3105692 or 6593744. OLE color: 6593744.

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

Color convert

RGB 208 156 100 -
CMYK 0 0.25 0.52 0.18
HSL 31.11º 0.53% 0.6% -
HSV(B) 31.11º 0.52% 0.82% -
XYZ 40.2 38.11 17.29 -
YUV 165.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 208 156 100 0 0.25 0.52 0.18 31.11 0.53 0.6
Hex D0 9C 64 0 19 34 12 1F 35 3C
Octal 320 234 144 0 31 64 22 37 65 74
Binary 11010000 10011100 1100100 0 11001 110100 10010 11111 110101 111100

Color Harmonies of #D09C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C64

Black with #D09C64

Text Example


Text Example

White with #D09C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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