Html Css Color HEX #D0905A Whiskey Sour

📋 copy color: '#D0905A'

red 208 ◦ green 144 ◦ blue 90

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

Shades of Whiskey Sour #D0905A

Tints of Whiskey Sour #D0905A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.36%

R = 47.06%
G = 32.58%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0905A (or 0xD0905A) is known color: Whiskey Sour. HEX triplet: D0, 90 and 5A. RGB value is (208,144,90). Sum of RGB (Red+Green+Blue) = 208+144+90=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0905A is #2F6FA5. Grayscale: #9D9D9D. Windows color (decimal): -3108774 or 5935312. OLE color: 5935312.

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

Color convert

RGB 208 144 90 -
CMYK 0 0.31 0.57 0.18
HSL 27.46º 0.56% 0.58% -
HSV(B) 27.46º 0.57% 0.82% -
XYZ 37.83 34.09 14.26 -
YUV 156.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 208 144 90 0 0.31 0.57 0.18 27.46 0.56 0.58
Hex D0 90 5A 0 1F 39 12 1B 38 3A
Octal 320 220 132 0 37 71 22 33 70 72
Binary 11010000 10010000 1011010 0 11111 111001 10010 11011 111000 111010

Color Harmonies of #D0905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0905A

Black with #D0905A

Text Example


Text Example

White with #D0905A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0905A; }

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

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

background-color css

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

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

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

border-color css

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

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

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