Html Css Color HEX #DF5C14 Chocolate

📋 copy color: '#DF5C14'

red 223 ◦ green 92 ◦ blue 20

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

Shades of Chocolate #DF5C14

Tints of Chocolate #DF5C14

RGB

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

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

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

R = 66.57%
G = 27.46%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5C14 (or 0xDF5C14) is known color: Chocolate. HEX triplet: DF, 5C and 14. RGB value is (223,92,20). Sum of RGB (Red+Green+Blue) = 223+92+20=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C14 is #20A3EB. Grayscale: #7B7B7B. Windows color (decimal): -2139116 or 1334495. OLE color: 1334495.

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

Color convert

RGB 223 92 20 -
CMYK 0 0.59 0.91 0.13
HSL 21.28º 0.84% 0.48% -
HSV(B) 21.28º 0.91% 0.87% -
XYZ 34.38 23.39 3.36 -
YUV 122.96 69.9 199.35 -
System Red Green Blue C M Y K H S L
Decimal 223 92 20 0 0.59 0.91 0.13 21.28 0.84 0.48
Hex DF 5C 14 0 3B 5B D 15 54 30
Octal 337 134 24 0 73 133 15 25 124 60
Binary 11011111 1011100 10100 0 111011 1011011 1101 10101 1010100 110000

Color Harmonies of #DF5C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C14

Black with #DF5C14

Text Example


Text Example

White with #DF5C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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