Html Css Color HEX #DF5F12 Chocolate

📋 copy color: '#DF5F12'

red 223 ◦ green 95 ◦ blue 18

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

Shades of Chocolate #DF5F12

Tints of Chocolate #DF5F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

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

R = 66.37%
G = 28.27%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5F12 (or 0xDF5F12) is known color: Chocolate. HEX triplet: DF, 5F and 12. RGB value is (223,95,18). Sum of RGB (Red+Green+Blue) = 223+95+18=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5F12 is #20A0ED. Grayscale: #7C7C7C. Windows color (decimal): -2138350 or 1204191. OLE color: 1204191.

HSL color Cylindrical-coordinate representation of color #DF5F12: hue angle of 22.54º 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 #DF5F12 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 95 18 -
CMYK 0 0.57 0.92 0.13
HSL 22.54º 0.85% 0.47% -
HSV(B) 22.54º 0.92% 0.87% -
XYZ 34.63 23.92 3.36 -
YUV 124.49 67.91 198.26 -
System Red Green Blue C M Y K H S L
Decimal 223 95 18 0 0.57 0.92 0.13 22.54 0.85 0.47
Hex DF 5F 12 0 39 5C D 17 55 2F
Octal 337 137 22 0 71 134 15 27 125 57
Binary 11011111 1011111 10010 0 111001 1011100 1101 10111 1010101 101111

Color Harmonies of #DF5F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F12

Black with #DF5F12

Text Example


Text Example

White with #DF5F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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