Html Css Color HEX #DF5C12 Chocolate

📋 copy color: '#DF5C12'

red 223 ◦ green 92 ◦ blue 18

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

Shades of Chocolate #DF5C12

Tints of Chocolate #DF5C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 66.97%
G = 27.63%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5C12 (or 0xDF5C12) is known color: Chocolate. HEX triplet: DF, 5C and 12. RGB value is (223,92,18). Sum of RGB (Red+Green+Blue) = 223+92+18=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C12 is #20A3ED. Grayscale: #7B7B7B. Windows color (decimal): -2139118 or 1203423. OLE color: 1203423.

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

Color convert

RGB 223 92 18 -
CMYK 0 0.59 0.92 0.13
HSL 21.66º 0.85% 0.47% -
HSV(B) 21.66º 0.92% 0.87% -
XYZ 34.37 23.39 3.27 -
YUV 122.73 68.9 199.52 -
System Red Green Blue C M Y K H S L
Decimal 223 92 18 0 0.59 0.92 0.13 21.66 0.85 0.47
Hex DF 5C 12 0 3B 5C D 16 55 2F
Octal 337 134 22 0 73 134 15 26 125 57
Binary 11011111 1011100 10010 0 111011 1011100 1101 10110 1010101 101111

Color Harmonies of #DF5C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C12

Black with #DF5C12

Text Example


Text Example

White with #DF5C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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