Html Css Color HEX #DF7115 Chocolate

📋 copy color: '#DF7115'

red 223 ◦ green 113 ◦ blue 21

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

Shades of Chocolate #DF7115

Tints of Chocolate #DF7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

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

R = 62.46%
G = 31.65%
B = 5.88%

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

#DF7115 (or 0xDF7115) is known color: Chocolate. HEX triplet: DF, 71 and 15. RGB value is (223,113,21). Sum of RGB (Red+Green+Blue) = 223+113+21=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7115 is #208EEA. Grayscale: #878787. Windows color (decimal): -2133739 or 1405407. OLE color: 1405407.

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

Color convert

RGB 223 113 21 -
CMYK 0 0.49 0.91 0.13
HSL 27.33º 0.83% 0.48% -
HSV(B) 27.33º 0.91% 0.87% -
XYZ 36.47 27.55 4.11 -
YUV 135.4 63.44 190.48 -
System Red Green Blue C M Y K H S L
Decimal 223 113 21 0 0.49 0.91 0.13 27.33 0.83 0.48
Hex DF 71 15 0 31 5B D 1B 53 30
Octal 337 161 25 0 61 133 15 33 123 60
Binary 11011111 1110001 10101 0 110001 1011011 1101 11011 1010011 110000

Color Harmonies of #DF7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7115

Black with #DF7115

Text Example


Text Example

White with #DF7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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