Html Css Color HEX #DF5C13 Chocolate

📋 copy color: '#DF5C13'

red 223 ◦ green 92 ◦ blue 19

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

Shades of Chocolate #DF5C13

Tints of Chocolate #DF5C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 66.77%
G = 27.54%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5C13 (or 0xDF5C13) is known color: Chocolate. HEX triplet: DF, 5C and 13. RGB value is (223,92,19). Sum of RGB (Red+Green+Blue) = 223+92+19=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C13 is #20A3EC. Grayscale: #7B7B7B. Windows color (decimal): -2139117 or 1268959. OLE color: 1268959.

HSL color Cylindrical-coordinate representation of color #DF5C13: hue angle of 21.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF5C13 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 92 19 -
CMYK 0 0.59 0.91 0.13
HSL 21.47º 0.84% 0.47% -
HSV(B) 21.47º 0.91% 0.87% -
XYZ 34.38 23.39 3.32 -
YUV 122.85 69.4 199.44 -
System Red Green Blue C M Y K H S L
Decimal 223 92 19 0 0.59 0.91 0.13 21.47 0.84 0.47
Hex DF 5C 13 0 3B 5B D 15 54 2F
Octal 337 134 23 0 73 133 15 25 124 57
Binary 11011111 1011100 10011 0 111011 1011011 1101 10101 1010100 101111

Color Harmonies of #DF5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C13

Black with #DF5C13

Text Example


Text Example

White with #DF5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C13; }

 p { color: rgb(223,92,19); }

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

background-color css

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

 a { background-color: rgb(223,92,19); }

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

border-color css

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

 span { border-color: rgb(223,92,19); }

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