Html Css Color HEX #D0905D Whiskey Sour

📋 copy color: '#D0905D'

red 208 ◦ green 144 ◦ blue 93

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

Shades of Whiskey Sour #D0905D

Tints of Whiskey Sour #D0905D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.36%

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

R = 46.74%
G = 32.36%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0905D (or 0xD0905D) is known color: Whiskey Sour. HEX triplet: D0, 90 and 5D. RGB value is (208,144,93). Sum of RGB (Red+Green+Blue) = 208+144+93=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0905D is #2F6FA2. Grayscale: #9D9D9D. Windows color (decimal): -3108771 or 6131920. OLE color: 6131920.

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

Color convert

RGB 208 144 93 -
CMYK 0 0.31 0.55 0.18
HSL 26.61º 0.55% 0.59% -
HSV(B) 26.61º 0.55% 0.82% -
XYZ 37.96 34.15 14.95 -
YUV 157.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 208 144 93 0 0.31 0.55 0.18 26.61 0.55 0.59
Hex D0 90 5D 0 1F 37 12 1B 37 3B
Octal 320 220 135 0 37 67 22 33 67 73
Binary 11010000 10010000 1011101 0 11111 110111 10010 11011 110111 111011

Color Harmonies of #D0905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0905D

Black with #D0905D

Text Example


Text Example

White with #D0905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0905D; }

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

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

background-color css

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

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

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

border-color css

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

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

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