Html Css Color HEX #DC915A Whiskey Sour

📋 copy color: '#DC915A'

red 220 ◦ green 145 ◦ blue 90

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

Shades of Whiskey Sour #DC915A

Tints of Whiskey Sour #DC915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.87%

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

R = 48.35%
G = 31.87%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC915A (or 0xDC915A) is known color: Whiskey Sour. HEX triplet: DC, 91 and 5A. RGB value is (220,145,90). Sum of RGB (Red+Green+Blue) = 220+145+90=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC915A is #236EA5. Grayscale: #A1A1A1. Windows color (decimal): -2322086 or 5935580. OLE color: 5935580.

HSL color Cylindrical-coordinate representation of color #DC915A: hue angle of 25.38º 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 #DC915A is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 145 90 -
CMYK 0 0.34 0.59 0.14
HSL 25.38º 0.65% 0.61% -
HSV(B) 25.38º 0.59% 0.86% -
XYZ 41.49 36.2 14.47 -
YUV 161.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 220 145 90 0 0.34 0.59 0.14 25.38 0.65 0.61
Hex DC 91 5A 0 22 3B E 19 41 3D
Octal 334 221 132 0 42 73 16 31 101 75
Binary 11011100 10010001 1011010 0 100010 111011 1110 11001 1000001 111101

Color Harmonies of #DC915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC915A

Black with #DC915A

Text Example


Text Example

White with #DC915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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