Html Css Color HEX #D09B64 Whiskey

📋 copy color: '#D09B64'

red 208 ◦ green 155 ◦ blue 100

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

Shades of Whiskey #D09B64

Tints of Whiskey #D09B64

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

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

R = 44.92%
G = 33.48%
B = 21.6%

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

#D09B64 (or 0xD09B64) is known color: Whiskey. HEX triplet: D0, 9B and 64. RGB value is (208,155,100). Sum of RGB (Red+Green+Blue) = 208+155+100=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B64 is #2F649B. Grayscale: #A4A4A4. Windows color (decimal): -3105948 or 6593488. OLE color: 6593488.

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

Color convert

RGB 208 155 100 -
CMYK 0 0.25 0.52 0.18
HSL 30.56º 0.53% 0.6% -
HSV(B) 30.56º 0.52% 0.82% -
XYZ 40.03 37.77 17.24 -
YUV 164.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 208 155 100 0 0.25 0.52 0.18 30.56 0.53 0.6
Hex D0 9B 64 0 19 34 12 1F 35 3C
Octal 320 233 144 0 31 64 22 37 65 74
Binary 11010000 10011011 1100100 0 11001 110100 10010 11111 110101 111100

Color Harmonies of #D09B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B64

Black with #D09B64

Text Example


Text Example

White with #D09B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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