Html Css Color HEX #DC904F Whiskey Sour

📋 copy color: '#DC904F'

red 220 ◦ green 144 ◦ blue 79

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

Shades of Whiskey Sour #DC904F

Tints of Whiskey Sour #DC904F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.83%

R = 49.66%
G = 32.51%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC904F (or 0xDC904F) is known color: Whiskey Sour. HEX triplet: DC, 90 and 4F. RGB value is (220,144,79). Sum of RGB (Red+Green+Blue) = 220+144+79=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC904F is #236FB0. Grayscale: #9F9F9F. Windows color (decimal): -2322353 or 5214428. OLE color: 5214428.

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

Color convert

RGB 220 144 79 -
CMYK 0 0.35 0.64 0.14
HSL 27.66º 0.67% 0.59% -
HSV(B) 27.66º 0.64% 0.86% -
XYZ 40.9 35.73 12.14 -
YUV 159.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 220 144 79 0 0.35 0.64 0.14 27.66 0.67 0.59
Hex DC 90 4F 0 23 40 E 1C 43 3B
Octal 334 220 117 0 43 100 16 34 103 73
Binary 11011100 10010000 1001111 0 100011 1000000 1110 11100 1000011 111011

Color Harmonies of #DC904F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC904F

Black with #DC904F

Text Example


Text Example

White with #DC904F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC904F; }

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

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

background-color css

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

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

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

border-color css

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

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

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