Html Css Color HEX #DF6A12 Chocolate

📋 copy color: '#DF6A12'

red 223 ◦ green 106 ◦ blue 18

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

Shades of Chocolate #DF6A12

Tints of Chocolate #DF6A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 64.27%
G = 30.55%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF6A12 (or 0xDF6A12) is known color: Chocolate. HEX triplet: DF, 6A and 12. RGB value is (223,106,18). Sum of RGB (Red+Green+Blue) = 223+106+18=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6A12 is #2095ED. Grayscale: #838383. Windows color (decimal): -2135534 or 1207007. OLE color: 1207007.

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

Color convert

RGB 223 106 18 -
CMYK 0 0.52 0.92 0.13
HSL 25.76º 0.85% 0.47% -
HSV(B) 25.76º 0.92% 0.87% -
XYZ 35.69 26.04 3.72 -
YUV 130.95 64.26 193.66 -
System Red Green Blue C M Y K H S L
Decimal 223 106 18 0 0.52 0.92 0.13 25.76 0.85 0.47
Hex DF 6A 12 0 34 5C D 1A 55 2F
Octal 337 152 22 0 64 134 15 32 125 57
Binary 11011111 1101010 10010 0 110100 1011100 1101 11010 1010101 101111

Color Harmonies of #DF6A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A12

Black with #DF6A12

Text Example


Text Example

White with #DF6A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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