Html Css Color HEX #D0955C Whiskey Sour

📋 copy color: '#D0955C'

red 208 ◦ green 149 ◦ blue 92

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

Shades of Whiskey Sour #D0955C

Tints of Whiskey Sour #D0955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 46.33%
G = 33.18%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0955C (or 0xD0955C) is known color: Whiskey Sour. HEX triplet: D0, 95 and 5C. RGB value is (208,149,92). Sum of RGB (Red+Green+Blue) = 208+149+92=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0955C is #2F6AA3. Grayscale: #A0A0A0. Windows color (decimal): -3107492 or 6067664. OLE color: 6067664.

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

Color convert

RGB 208 149 92 -
CMYK 0 0.28 0.56 0.18
HSL 29.48º 0.55% 0.59% -
HSV(B) 29.48º 0.56% 0.82% -
XYZ 38.69 35.68 14.97 -
YUV 160.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 208 149 92 0 0.28 0.56 0.18 29.48 0.55 0.59
Hex D0 95 5C 0 1C 38 12 1D 37 3B
Octal 320 225 134 0 34 70 22 35 67 73
Binary 11010000 10010101 1011100 0 11100 111000 10010 11101 110111 111011

Color Harmonies of #D0955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0955C

Black with #D0955C

Text Example


Text Example

White with #D0955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0955C; }

 p { color: rgb(208,149,92); }

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

background-color css

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

 a { background-color: rgb(208,149,92); }

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

border-color css

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

 span { border-color: rgb(208,149,92); }

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