Html Css Color HEX #DC915F Whiskey Sour

📋 copy color: '#DC915F'

red 220 ◦ green 145 ◦ blue 95

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

Shades of Whiskey Sour #DC915F

Tints of Whiskey Sour #DC915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.65%

R = 47.83%
G = 31.52%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC915F (or 0xDC915F) is known color: Whiskey Sour. HEX triplet: DC, 91 and 5F. RGB value is (220,145,95). Sum of RGB (Red+Green+Blue) = 220+145+95=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC915F is #236EA0. Grayscale: #A2A2A2. Windows color (decimal): -2322081 or 6263260. OLE color: 6263260.

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

Color convert

RGB 220 145 95 -
CMYK 0 0.34 0.57 0.14
HSL 24º 0.64% 0.62% -
HSV(B) 24º 0.57% 0.86% -
XYZ 41.71 36.29 15.63 -
YUV 161.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 220 145 95 0 0.34 0.57 0.14 24 0.64 0.62
Hex DC 91 5F 0 22 39 E 18 40 3E
Octal 334 221 137 0 42 71 16 30 100 76
Binary 11011100 10010001 1011111 0 100010 111001 1110 11000 1000000 111110

Color Harmonies of #DC915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC915F

Black with #DC915F

Text Example


Text Example

White with #DC915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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