Html Css Color HEX #DC8F4F Whiskey Sour

📋 copy color: '#DC8F4F'

red 220 ◦ green 143 ◦ blue 79

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

Shades of Whiskey Sour #DC8F4F

Tints of Whiskey Sour #DC8F4F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

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

R = 49.77%
G = 32.35%
B = 17.87%

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

#DC8F4F (or 0xDC8F4F) is known color: Whiskey Sour. HEX triplet: DC, 8F and 4F. RGB value is (220,143,79). Sum of RGB (Red+Green+Blue) = 220+143+79=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F4F is #2370B0. Grayscale: #9F9F9F. Windows color (decimal): -2322609 or 5214172. OLE color: 5214172.

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

Color convert

RGB 220 143 79 -
CMYK 0 0.35 0.64 0.14
HSL 27.23º 0.67% 0.59% -
HSV(B) 27.23º 0.64% 0.86% -
XYZ 40.75 35.43 12.09 -
YUV 158.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 220 143 79 0 0.35 0.64 0.14 27.23 0.67 0.59
Hex DC 8F 4F 0 23 40 E 1B 43 3B
Octal 334 217 117 0 43 100 16 33 103 73
Binary 11011100 10001111 1001111 0 100011 1000000 1110 11011 1000011 111011

Color Harmonies of #DC8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F4F

Black with #DC8F4F

Text Example


Text Example

White with #DC8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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