Html Css Color HEX #DF601E Chocolate

📋 copy color: '#DF601E'

red 223 ◦ green 96 ◦ blue 30

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

Shades of Chocolate #DF601E

Tints of Chocolate #DF601E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 63.9%
G = 27.51%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF601E (or 0xDF601E) is known color: Chocolate. HEX triplet: DF, 60 and 1E. RGB value is (223,96,30). Sum of RGB (Red+Green+Blue) = 223+96+30=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF601E is #209FE1. Grayscale: #7E7E7E. Windows color (decimal): -2138082 or 1990879. OLE color: 1990879.

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

Color convert

RGB 223 96 30 -
CMYK 0 0.57 0.87 0.13
HSL 20.52º 0.76% 0.5% -
HSV(B) 20.52º 0.87% 0.87% -
XYZ 34.85 24.15 4.05 -
YUV 126.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 223 96 30 0 0.57 0.87 0.13 20.52 0.76 0.5
Hex DF 60 1E 0 39 57 D 15 4C 32
Octal 337 140 36 0 71 127 15 25 114 62
Binary 11011111 1100000 11110 0 111001 1010111 1101 10101 1001100 110010

Color Harmonies of #DF601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF601E

Black with #DF601E

Text Example


Text Example

White with #DF601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF601E; }

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

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

background-color css

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

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

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

border-color css

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

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

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