Html Css Color HEX #DF6A14 Chocolate

📋 copy color: '#DF6A14'

red 223 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #DF6A14

Tints of Chocolate #DF6A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 63.9%
G = 30.37%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF6A14 (or 0xDF6A14) is known color: Chocolate. HEX triplet: DF, 6A and 14. RGB value is (223,106,20). Sum of RGB (Red+Green+Blue) = 223+106+20=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6A14 is #2095EB. Grayscale: #838383. Windows color (decimal): -2135532 or 1338079. OLE color: 1338079.

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

Color convert

RGB 223 106 20 -
CMYK 0 0.52 0.91 0.13
HSL 25.42º 0.84% 0.48% -
HSV(B) 25.42º 0.91% 0.87% -
XYZ 35.71 26.05 3.81 -
YUV 131.18 65.26 193.49 -
System Red Green Blue C M Y K H S L
Decimal 223 106 20 0 0.52 0.91 0.13 25.42 0.84 0.48
Hex DF 6A 14 0 34 5B D 19 54 30
Octal 337 152 24 0 64 133 15 31 124 60
Binary 11011111 1101010 10100 0 110100 1011011 1101 11001 1010100 110000

Color Harmonies of #DF6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6A14

Black with #DF6A14

Text Example


Text Example

White with #DF6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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