Html Css Color HEX #DF6E1C Chocolate

📋 copy color: '#DF6E1C'

red 223 ◦ green 110 ◦ blue 28

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

Shades of Chocolate #DF6E1C

Tints of Chocolate #DF6E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.47%

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 61.77%
G = 30.47%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF6E1C (or 0xDF6E1C) is known color: Chocolate. HEX triplet: DF, 6E and 1C. RGB value is (223,110,28). Sum of RGB (Red+Green+Blue) = 223+110+28=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E1C is #2091E3. Grayscale: #868686. Windows color (decimal): -2134500 or 1863391. OLE color: 1863391.

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

Color convert

RGB 223 110 28 -
CMYK 0 0.51 0.87 0.13
HSL 25.23º 0.78% 0.49% -
HSV(B) 25.23º 0.87% 0.87% -
XYZ 36.22 26.92 4.39 -
YUV 134.44 67.94 191.17 -
System Red Green Blue C M Y K H S L
Decimal 223 110 28 0 0.51 0.87 0.13 25.23 0.78 0.49
Hex DF 6E 1C 0 33 57 D 19 4E 31
Octal 337 156 34 0 63 127 15 31 116 61
Binary 11011111 1101110 11100 0 110011 1010111 1101 11001 1001110 110001

Color Harmonies of #DF6E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6E1C

Black with #DF6E1C

Text Example


Text Example

White with #DF6E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6E1C; }

 p { color: rgb(223,110,28); }

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

background-color css

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

 a { background-color: rgb(223,110,28); }

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

border-color css

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

 span { border-color: rgb(223,110,28); }

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