Html Css Color HEX #D0935C Whiskey Sour

📋 copy color: '#D0935C'

red 208 ◦ green 147 ◦ blue 92

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

Shades of Whiskey Sour #D0935C

Tints of Whiskey Sour #D0935C

RGB

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

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

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

R = 46.53%
G = 32.89%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0935C (or 0xD0935C) is known color: Whiskey Sour. HEX triplet: D0, 93 and 5C. RGB value is (208,147,92). Sum of RGB (Red+Green+Blue) = 208+147+92=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0935C is #2F6CA3. Grayscale: #9F9F9F. Windows color (decimal): -3108004 or 6067152. OLE color: 6067152.

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

Color convert

RGB 208 147 92 -
CMYK 0 0.29 0.56 0.18
HSL 28.45º 0.55% 0.59% -
HSV(B) 28.45º 0.56% 0.82% -
XYZ 38.38 35.05 14.87 -
YUV 158.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 208 147 92 0 0.29 0.56 0.18 28.45 0.55 0.59
Hex D0 93 5C 0 1D 38 12 1C 37 3B
Octal 320 223 134 0 35 70 22 34 67 73
Binary 11010000 10010011 1011100 0 11101 111000 10010 11100 110111 111011

Color Harmonies of #D0935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0935C

Black with #D0935C

Text Example


Text Example

White with #D0935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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