Html Css Color HEX #DC8E4F Whiskey Sour

📋 copy color: '#DC8E4F'

red 220 ◦ green 142 ◦ blue 79

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

Shades of Whiskey Sour #DC8E4F

Tints of Whiskey Sour #DC8E4F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 79 (31.25% from 255) = 17.91%

R = 49.89%
G = 32.2%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC8E4F (or 0xDC8E4F) is known color: Whiskey Sour. HEX triplet: DC, 8E and 4F. RGB value is (220,142,79). Sum of RGB (Red+Green+Blue) = 220+142+79=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8E4F is #2371B0. Grayscale: #9E9E9E. Windows color (decimal): -2322865 or 5213916. OLE color: 5213916.

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

Color convert

RGB 220 142 79 -
CMYK 0 0.35 0.64 0.14
HSL 26.81º 0.67% 0.59% -
HSV(B) 26.81º 0.64% 0.86% -
XYZ 40.6 35.13 12.04 -
YUV 158.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 220 142 79 0 0.35 0.64 0.14 26.81 0.67 0.59
Hex DC 8E 4F 0 23 40 E 1B 43 3B
Octal 334 216 117 0 43 100 16 33 103 73
Binary 11011100 10001110 1001111 0 100011 1000000 1110 11011 1000011 111011

Color Harmonies of #DC8E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8E4F

Black with #DC8E4F

Text Example


Text Example

White with #DC8E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8E4F; }

 p { color: rgb(220,142,79); }

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

background-color css

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

 a { background-color: rgb(220,142,79); }

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

border-color css

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

 span { border-color: rgb(220,142,79); }

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