Html Css Color HEX #DC905A Whiskey Sour

📋 copy color: '#DC905A'

red 220 ◦ green 144 ◦ blue 90

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

Shades of Whiskey Sour #DC905A

Tints of Whiskey Sour #DC905A

RGB

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

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

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

R = 48.46%
G = 31.72%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC905A (or 0xDC905A) is known color: Whiskey Sour. HEX triplet: DC, 90 and 5A. RGB value is (220,144,90). Sum of RGB (Red+Green+Blue) = 220+144+90=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC905A is #236FA5. Grayscale: #A0A0A0. Windows color (decimal): -2322342 or 5935324. OLE color: 5935324.

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

Color convert

RGB 220 144 90 -
CMYK 0 0.35 0.59 0.14
HSL 24.92º 0.65% 0.61% -
HSV(B) 24.92º 0.59% 0.86% -
XYZ 41.33 35.9 14.42 -
YUV 160.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 220 144 90 0 0.35 0.59 0.14 24.92 0.65 0.61
Hex DC 90 5A 0 23 3B E 19 41 3D
Octal 334 220 132 0 43 73 16 31 101 75
Binary 11011100 10010000 1011010 0 100011 111011 1110 11001 1000001 111101

Color Harmonies of #DC905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC905A

Black with #DC905A

Text Example


Text Example

White with #DC905A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC905A; }

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

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

background-color css

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

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

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

border-color css

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

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

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