Html Css Color HEX #D0935F Whiskey Sour

📋 copy color: '#D0935F'

red 208 ◦ green 147 ◦ blue 95

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

Shades of Whiskey Sour #D0935F

Tints of Whiskey Sour #D0935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

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

R = 46.22%
G = 32.67%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0935F (or 0xD0935F) is known color: Whiskey Sour. HEX triplet: D0, 93 and 5F. RGB value is (208,147,95). Sum of RGB (Red+Green+Blue) = 208+147+95=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0935F is #2F6CA0. Grayscale: #9F9F9F. Windows color (decimal): -3108001 or 6263760. OLE color: 6263760.

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

Color convert

RGB 208 147 95 -
CMYK 0 0.29 0.54 0.18
HSL 27.61º 0.55% 0.59% -
HSV(B) 27.61º 0.54% 0.82% -
XYZ 38.51 35.1 15.57 -
YUV 159.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 208 147 95 0 0.29 0.54 0.18 27.61 0.55 0.59
Hex D0 93 5F 0 1D 36 12 1C 37 3B
Octal 320 223 137 0 35 66 22 34 67 73
Binary 11010000 10010011 1011111 0 11101 110110 10010 11100 110111 111011

Color Harmonies of #D0935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0935F

Black with #D0935F

Text Example


Text Example

White with #D0935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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