Html Css Color HEX #DF5A14 Chocolate

📋 copy color: '#DF5A14'

red 223 ◦ green 90 ◦ blue 20

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

Shades of Chocolate #DF5A14

Tints of Chocolate #DF5A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

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

R = 66.97%
G = 27.03%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5A14 (or 0xDF5A14) is known color: Chocolate. HEX triplet: DF, 5A and 14. RGB value is (223,90,20). Sum of RGB (Red+Green+Blue) = 223+90+20=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A14 is #20A5EB. Grayscale: #7A7A7A. Windows color (decimal): -2139628 or 1333983. OLE color: 1333983.

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

Color convert

RGB 223 90 20 -
CMYK 0 0.60 0.91 0.13
HSL 20.69º 0.84% 0.48% -
HSV(B) 20.69º 0.91% 0.87% -
XYZ 34.21 23.05 3.31 -
YUV 121.79 70.56 200.19 -
System Red Green Blue C M Y K H S L
Decimal 223 90 20 0 0.60 0.91 0.13 20.69 0.84 0.48
Hex DF 5A 14 0 3C 5B D 15 54 30
Octal 337 132 24 0 74 133 15 25 124 60
Binary 11011111 1011010 10100 0 111100 1011011 1101 10101 1010100 110000

Color Harmonies of #DF5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A14

Black with #DF5A14

Text Example


Text Example

White with #DF5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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