Html Css Color HEX #DC905E Whiskey Sour

📋 copy color: '#DC905E'

red 220 ◦ green 144 ◦ blue 94

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

Shades of Whiskey Sour #DC905E

Tints of Whiskey Sour #DC905E

RGB

 RED value IS 220 (86.33% from 255) = 48.03%

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

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

R = 48.03%
G = 31.44%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC905E (or 0xDC905E) is known color: Whiskey Sour. HEX triplet: DC, 90 and 5E. RGB value is (220,144,94). Sum of RGB (Red+Green+Blue) = 220+144+94=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC905E is #236FA1. Grayscale: #A1A1A1. Windows color (decimal): -2322338 or 6197468. OLE color: 6197468.

HSL color Cylindrical-coordinate representation of color #DC905E: hue angle of 23.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC905E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 94 -
CMYK 0 0.35 0.57 0.14
HSL 23.81º 0.64% 0.62% -
HSV(B) 23.81º 0.57% 0.86% -
XYZ 41.51 35.97 15.34 -
YUV 161.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 220 144 94 0 0.35 0.57 0.14 23.81 0.64 0.62
Hex DC 90 5E 0 23 39 E 18 40 3E
Octal 334 220 136 0 43 71 16 30 100 76
Binary 11011100 10010000 1011110 0 100011 111001 1110 11000 1000000 111110

Color Harmonies of #DC905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC905E

Black with #DC905E

Text Example


Text Example

White with #DC905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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