Html Css Color HEX #DF5A16 Chocolate

📋 copy color: '#DF5A16'

red 223 ◦ green 90 ◦ blue 22

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

Shades of Chocolate #DF5A16

Tints of Chocolate #DF5A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.57%

R = 66.57%
G = 26.87%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF5A16 (or 0xDF5A16) is known color: Chocolate. HEX triplet: DF, 5A and 16. RGB value is (223,90,22). Sum of RGB (Red+Green+Blue) = 223+90+22=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A16 is #20A5E9. Grayscale: #7A7A7A. Windows color (decimal): -2139626 or 1465055. OLE color: 1465055.

HSL color Cylindrical-coordinate representation of color #DF5A16: hue angle of 20.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF5A16 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 90 22 -
CMYK 0 0.60 0.90 0.13
HSL 20.3º 0.82% 0.48% -
HSV(B) 20.3º 0.9% 0.87% -
XYZ 34.23 23.06 3.41 -
YUV 122.02 71.56 200.03 -
System Red Green Blue C M Y K H S L
Decimal 223 90 22 0 0.60 0.90 0.13 20.3 0.82 0.48
Hex DF 5A 16 0 3C 5A D 14 52 30
Octal 337 132 26 0 74 132 15 24 122 60
Binary 11011111 1011010 10110 0 111100 1011010 1101 10100 1010010 110000

Color Harmonies of #DF5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A16

Black with #DF5A16

Text Example


Text Example

White with #DF5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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