Html Css Color HEX #D5905E Whiskey Sour

📋 copy color: '#D5905E'

red 213 ◦ green 144 ◦ blue 94

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

Shades of Whiskey Sour #D5905E

Tints of Whiskey Sour #D5905E

RGB

 RED value IS 213 (83.59% from 255) = 47.23%

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

 BLUE value IS 94 (37.11% from 255) = 20.84%

R = 47.23%
G = 31.93%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5905E (or 0xD5905E) is known color: Whiskey Sour. HEX triplet: D5, 90 and 5E. RGB value is (213,144,94). Sum of RGB (Red+Green+Blue) = 213+144+94=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5905E is #2A6FA1. Grayscale: #9F9F9F. Windows color (decimal): -2781090 or 6197461. OLE color: 6197461.

HSL color Cylindrical-coordinate representation of color #D5905E: hue angle of 25.21º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5905E is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 94 -
CMYK 0 0.32 0.56 0.16
HSL 25.21º 0.59% 0.6% -
HSV(B) 25.21º 0.56% 0.84% -
XYZ 39.43 34.9 15.25 -
YUV 158.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 213 144 94 0 0.32 0.56 0.16 25.21 0.59 0.6
Hex D5 90 5E 0 20 38 10 19 3B 3C
Octal 325 220 136 0 40 70 20 31 73 74
Binary 11010101 10010000 1011110 0 100000 111000 10000 11001 111011 111100

Color Harmonies of #D5905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5905E

Black with #D5905E

Text Example


Text Example

White with #D5905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5905E; }

 p { color: rgb(213,144,94); }

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

background-color css

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

 a { background-color: rgb(213,144,94); }

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

border-color css

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

 span { border-color: rgb(213,144,94); }

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