Html Css Color HEX #DC905D Whiskey Sour

📋 copy color: '#DC905D'

red 220 ◦ green 144 ◦ blue 93

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

Shades of Whiskey Sour #DC905D

Tints of Whiskey Sour #DC905D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 48.14%
G = 31.51%
B = 20.35%

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

#DC905D (or 0xDC905D) is known color: Whiskey Sour. HEX triplet: DC, 90 and 5D. RGB value is (220,144,93). Sum of RGB (Red+Green+Blue) = 220+144+93=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC905D is #236FA2. Grayscale: #A1A1A1. Windows color (decimal): -2322339 or 6131932. OLE color: 6131932.

HSL color Cylindrical-coordinate representation of color #DC905D: hue angle of 24.09º degrees, saturation: 0.64, 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 #DC905D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 93 -
CMYK 0 0.35 0.58 0.14
HSL 24.09º 0.64% 0.61% -
HSV(B) 24.09º 0.58% 0.86% -
XYZ 41.46 35.95 15.11 -
YUV 160.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 220 144 93 0 0.35 0.58 0.14 24.09 0.64 0.61
Hex DC 90 5D 0 23 3A E 18 40 3D
Octal 334 220 135 0 43 72 16 30 100 75
Binary 11011100 10010000 1011101 0 100011 111010 1110 11000 1000000 111101

Color Harmonies of #DC905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC905D

Black with #DC905D

Text Example


Text Example

White with #DC905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC905D; }

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

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

background-color css

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

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

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

border-color css

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

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

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