Html Css Color HEX #D0945D Whiskey Sour

📋 copy color: '#D0945D'

red 208 ◦ green 148 ◦ blue 93

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

Shades of Whiskey Sour #D0945D

Tints of Whiskey Sour #D0945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 46.33%
G = 32.96%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0945D (or 0xD0945D) is known color: Whiskey Sour. HEX triplet: D0, 94 and 5D. RGB value is (208,148,93). Sum of RGB (Red+Green+Blue) = 208+148+93=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0945D is #2F6BA2. Grayscale: #9F9F9F. Windows color (decimal): -3107747 or 6132944. OLE color: 6132944.

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

Color convert

RGB 208 148 93 -
CMYK 0 0.29 0.55 0.18
HSL 28.7º 0.55% 0.59% -
HSV(B) 28.7º 0.55% 0.82% -
XYZ 38.58 35.38 15.15 -
YUV 159.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 208 148 93 0 0.29 0.55 0.18 28.7 0.55 0.59
Hex D0 94 5D 0 1D 37 12 1D 37 3B
Octal 320 224 135 0 35 67 22 35 67 73
Binary 11010000 10010100 1011101 0 11101 110111 10010 11101 110111 111011

Color Harmonies of #D0945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0945D

Black with #D0945D

Text Example


Text Example

White with #D0945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0945D; }

 p { color: rgb(208,148,93); }

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

background-color css

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

 a { background-color: rgb(208,148,93); }

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

border-color css

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

 span { border-color: rgb(208,148,93); }

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