Html Css Color HEX #DC905C Whiskey Sour

📋 copy color: '#DC905C'

red 220 ◦ green 144 ◦ blue 92

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

Shades of Whiskey Sour #DC905C

Tints of Whiskey Sour #DC905C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.18%

R = 48.25%
G = 31.58%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC905C (or 0xDC905C) is known color: Whiskey Sour. HEX triplet: DC, 90 and 5C. RGB value is (220,144,92). Sum of RGB (Red+Green+Blue) = 220+144+92=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC905C is #236FA3. Grayscale: #A1A1A1. Windows color (decimal): -2322340 or 6066396. OLE color: 6066396.

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

Color convert

RGB 220 144 92 -
CMYK 0 0.35 0.58 0.14
HSL 24.38º 0.65% 0.61% -
HSV(B) 24.38º 0.58% 0.86% -
XYZ 41.42 35.93 14.88 -
YUV 160.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 220 144 92 0 0.35 0.58 0.14 24.38 0.65 0.61
Hex DC 90 5C 0 23 3A E 18 41 3D
Octal 334 220 134 0 43 72 16 30 101 75
Binary 11011100 10010000 1011100 0 100011 111010 1110 11000 1000001 111101

Color Harmonies of #DC905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC905C

Black with #DC905C

Text Example


Text Example

White with #DC905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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