Html Css Color HEX #DF5B15 Chocolate

📋 copy color: '#DF5B15'

red 223 ◦ green 91 ◦ blue 21

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

Shades of Chocolate #DF5B15

Tints of Chocolate #DF5B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 66.57%
G = 27.16%
B = 6.27%

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

#DF5B15 (or 0xDF5B15) is known color: Chocolate. HEX triplet: DF, 5B and 15. RGB value is (223,91,21). Sum of RGB (Red+Green+Blue) = 223+91+21=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5B15 is #20A4EA. Grayscale: #7A7A7A. Windows color (decimal): -2139371 or 1399775. OLE color: 1399775.

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

Color convert

RGB 223 91 21 -
CMYK 0 0.59 0.91 0.13
HSL 20.79º 0.83% 0.48% -
HSV(B) 20.79º 0.91% 0.87% -
XYZ 34.31 23.22 3.38 -
YUV 122.49 70.73 199.69 -
System Red Green Blue C M Y K H S L
Decimal 223 91 21 0 0.59 0.91 0.13 20.79 0.83 0.48
Hex DF 5B 15 0 3B 5B D 15 53 30
Octal 337 133 25 0 73 133 15 25 123 60
Binary 11011111 1011011 10101 0 111011 1011011 1101 10101 1010011 110000

Color Harmonies of #DF5B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B15

Black with #DF5B15

Text Example


Text Example

White with #DF5B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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