Html Css Color HEX #DF601F Chocolate

📋 copy color: '#DF601F'

red 223 ◦ green 96 ◦ blue 31

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

Shades of Chocolate #DF601F

Tints of Chocolate #DF601F

RGB

 RED value IS 223 (87.5% from 255) = 63.71%

 GREEN value IS 96 (37.89% from 255) = 27.43%

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 63.71%
G = 27.43%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF601F (or 0xDF601F) is known color: Chocolate. HEX triplet: DF, 60 and 1F. RGB value is (223,96,31). Sum of RGB (Red+Green+Blue) = 223+96+31=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF601F is #209FE0. Grayscale: #7E7E7E. Windows color (decimal): -2138081 or 2056415. OLE color: 2056415.

HSL color Cylindrical-coordinate representation of color #DF601F: hue angle of 20.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF601F is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 31 -
CMYK 0 0.57 0.86 0.13
HSL 20.31º 0.76% 0.5% -
HSV(B) 20.31º 0.86% 0.87% -
XYZ 34.86 24.15 4.12 -
YUV 126.56 74.08 196.79 -
System Red Green Blue C M Y K H S L
Decimal 223 96 31 0 0.57 0.86 0.13 20.31 0.76 0.5
Hex DF 60 1F 0 39 56 D 14 4C 32
Octal 337 140 37 0 71 126 15 24 114 62
Binary 11011111 1100000 11111 0 111001 1010110 1101 10100 1001100 110010

Color Harmonies of #DF601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF601F

Black with #DF601F

Text Example


Text Example

White with #DF601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF601F; }

 p { color: rgb(223,96,31); }

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

background-color css

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

 a { background-color: rgb(223,96,31); }

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

border-color css

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

 span { border-color: rgb(223,96,31); }

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