Html Css Color HEX #DF7415 Chocolate

📋 copy color: '#DF7415'

red 223 ◦ green 116 ◦ blue 21

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

Shades of Chocolate #DF7415

Tints of Chocolate #DF7415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 61.94%
G = 32.22%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF7415 (or 0xDF7415) is known color: Chocolate. HEX triplet: DF, 74 and 15. RGB value is (223,116,21). Sum of RGB (Red+Green+Blue) = 223+116+21=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7415 is #208BEA. Grayscale: #898989. Windows color (decimal): -2132971 or 1406175. OLE color: 1406175.

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

Color convert

RGB 223 116 21 -
CMYK 0 0.48 0.91 0.13
HSL 28.22º 0.83% 0.48% -
HSV(B) 28.22º 0.91% 0.87% -
XYZ 36.81 28.23 4.22 -
YUV 137.16 62.45 189.22 -
System Red Green Blue C M Y K H S L
Decimal 223 116 21 0 0.48 0.91 0.13 28.22 0.83 0.48
Hex DF 74 15 0 30 5B D 1C 53 30
Octal 337 164 25 0 60 133 15 34 123 60
Binary 11011111 1110100 10101 0 110000 1011011 1101 11100 1010011 110000

Color Harmonies of #DF7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7415

Black with #DF7415

Text Example


Text Example

White with #DF7415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7415; }

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

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

background-color css

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

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

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

border-color css

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

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

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