Html Css Color HEX #DF7215 Chocolate

📋 copy color: '#DF7215'

red 223 ◦ green 114 ◦ blue 21

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

Shades of Chocolate #DF7215

Tints of Chocolate #DF7215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.84%

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

R = 62.29%
G = 31.84%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF7215 (or 0xDF7215) is known color: Chocolate. HEX triplet: DF, 72 and 15. RGB value is (223,114,21). Sum of RGB (Red+Green+Blue) = 223+114+21=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7215 is #208DEA. Grayscale: #888888. Windows color (decimal): -2133483 or 1405663. OLE color: 1405663.

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

Color convert

RGB 223 114 21 -
CMYK 0 0.49 0.91 0.13
HSL 27.62º 0.83% 0.48% -
HSV(B) 27.62º 0.91% 0.87% -
XYZ 36.58 27.78 4.14 -
YUV 135.99 63.11 190.06 -
System Red Green Blue C M Y K H S L
Decimal 223 114 21 0 0.49 0.91 0.13 27.62 0.83 0.48
Hex DF 72 15 0 31 5B D 1C 53 30
Octal 337 162 25 0 61 133 15 34 123 60
Binary 11011111 1110010 10101 0 110001 1011011 1101 11100 1010011 110000

Color Harmonies of #DF7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7215

Black with #DF7215

Text Example


Text Example

White with #DF7215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7215; }

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

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

background-color css

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

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

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

border-color css

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

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

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