Html Css Color HEX #D09D64 Whiskey Sour

📋 copy color: '#D09D64'

red 208 ◦ green 157 ◦ blue 100

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

Shades of Whiskey Sour #D09D64

Tints of Whiskey Sour #D09D64

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.76%

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

R = 44.73%
G = 33.76%
B = 21.51%

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

#D09D64 (or 0xD09D64) is known color: Whiskey Sour. HEX triplet: D0, 9D and 64. RGB value is (208,157,100). Sum of RGB (Red+Green+Blue) = 208+157+100=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D64 is #2F629B. Grayscale: #A6A6A6. Windows color (decimal): -3105436 or 6594000. OLE color: 6594000.

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

Color convert

RGB 208 157 100 -
CMYK 0 0.25 0.52 0.18
HSL 31.67º 0.53% 0.6% -
HSV(B) 31.67º 0.52% 0.82% -
XYZ 40.37 38.44 17.35 -
YUV 165.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 208 157 100 0 0.25 0.52 0.18 31.67 0.53 0.6
Hex D0 9D 64 0 19 34 12 20 35 3C
Octal 320 235 144 0 31 64 22 40 65 74
Binary 11010000 10011101 1100100 0 11001 110100 10010 100000 110101 111100

Color Harmonies of #D09D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D64

Black with #D09D64

Text Example


Text Example

White with #D09D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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