Html Css Color HEX #D0955F Whiskey Sour

📋 copy color: '#D0955F'

red 208 ◦ green 149 ◦ blue 95

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

Shades of Whiskey Sour #D0955F

Tints of Whiskey Sour #D0955F

RGB

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

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

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

R = 46.02%
G = 32.96%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0955F (or 0xD0955F) is known color: Whiskey Sour. HEX triplet: D0, 95 and 5F. RGB value is (208,149,95). Sum of RGB (Red+Green+Blue) = 208+149+95=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0955F is #2F6AA0. Grayscale: #A0A0A0. Windows color (decimal): -3107489 or 6264272. OLE color: 6264272.

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

Color convert

RGB 208 149 95 -
CMYK 0 0.28 0.54 0.18
HSL 28.67º 0.55% 0.59% -
HSV(B) 28.67º 0.54% 0.82% -
XYZ 38.83 35.73 15.68 -
YUV 160.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 208 149 95 0 0.28 0.54 0.18 28.67 0.55 0.59
Hex D0 95 5F 0 1C 36 12 1D 37 3B
Octal 320 225 137 0 34 66 22 35 67 73
Binary 11010000 10010101 1011111 0 11100 110110 10010 11101 110111 111011

Color Harmonies of #D0955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0955F

Black with #D0955F

Text Example


Text Example

White with #D0955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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