Html Css Color HEX #DF5B14 Chocolate

📋 copy color: '#DF5B14'

red 223 ◦ green 91 ◦ blue 20

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

Shades of Chocolate #DF5B14

Tints of Chocolate #DF5B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 66.77%
G = 27.25%
B = 5.99%

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

#DF5B14 (or 0xDF5B14) is known color: Chocolate. HEX triplet: DF, 5B and 14. RGB value is (223,91,20). Sum of RGB (Red+Green+Blue) = 223+91+20=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5B14 is #20A4EB. Grayscale: #7A7A7A. Windows color (decimal): -2139372 or 1334239. OLE color: 1334239.

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

Color convert

RGB 223 91 20 -
CMYK 0 0.59 0.91 0.13
HSL 20.99º 0.84% 0.48% -
HSV(B) 20.99º 0.91% 0.87% -
XYZ 34.3 23.22 3.34 -
YUV 122.37 70.23 199.77 -
System Red Green Blue C M Y K H S L
Decimal 223 91 20 0 0.59 0.91 0.13 20.99 0.84 0.48
Hex DF 5B 14 0 3B 5B D 15 54 30
Octal 337 133 24 0 73 133 15 25 124 60
Binary 11011111 1011011 10100 0 111011 1011011 1101 10101 1010100 110000

Color Harmonies of #DF5B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B14

Black with #DF5B14

Text Example


Text Example

White with #DF5B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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