Html Css Color HEX #D0995F Whiskey Sour

📋 copy color: '#D0995F'

red 208 ◦ green 153 ◦ blue 95

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

Shades of Whiskey Sour #D0995F

Tints of Whiskey Sour #D0995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.55%

 BLUE value IS 95 (37.5% from 255) = 20.83%

R = 45.61%
G = 33.55%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0995F (or 0xD0995F) is known color: Whiskey Sour. HEX triplet: D0, 99 and 5F. RGB value is (208,153,95). Sum of RGB (Red+Green+Blue) = 208+153+95=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D0995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0995F is #2F66A0. Grayscale: #A3A3A3. Windows color (decimal): -3106465 or 6265296. OLE color: 6265296.

HSL color Cylindrical-coordinate representation of color #D0995F: hue angle of 30.8º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0995F is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 95 -
CMYK 0 0.26 0.54 0.18
HSL 30.8º 0.55% 0.59% -
HSV(B) 30.8º 0.54% 0.82% -
XYZ 39.47 37.02 15.89 -
YUV 162.83 89.72 160.22 -
System Red Green Blue C M Y K H S L
Decimal 208 153 95 0 0.26 0.54 0.18 30.8 0.55 0.59
Hex D0 99 5F 0 1A 36 12 1F 37 3B
Octal 320 231 137 0 32 66 22 37 67 73
Binary 11010000 10011001 1011111 0 11010 110110 10010 11111 110111 111011

Color Harmonies of #D0995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0995F

Black with #D0995F

Text Example


Text Example

White with #D0995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0995F; }

 p { color: rgb(208,153,95); }

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

background-color css

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

 a { background-color: rgb(208,153,95); }

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

border-color css

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

 span { border-color: rgb(208,153,95); }

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