Html Css Color HEX #DF6115 Chocolate

📋 copy color: '#DF6115'

red 223 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #DF6115

Tints of Chocolate #DF6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

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

R = 65.4%
G = 28.45%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF6115 (or 0xDF6115) is known color: Chocolate. HEX triplet: DF, 61 and 15. RGB value is (223,97,21). Sum of RGB (Red+Green+Blue) = 223+97+21=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6115 is #209EEA. Grayscale: #7E7E7E. Windows color (decimal): -2137835 or 1401311. OLE color: 1401311.

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

Color convert

RGB 223 97 21 -
CMYK 0 0.57 0.91 0.13
HSL 22.57º 0.83% 0.48% -
HSV(B) 22.57º 0.91% 0.87% -
XYZ 34.84 24.29 3.56 -
YUV 126.01 68.74 197.18 -
System Red Green Blue C M Y K H S L
Decimal 223 97 21 0 0.57 0.91 0.13 22.57 0.83 0.48
Hex DF 61 15 0 39 5B D 17 53 30
Octal 337 141 25 0 71 133 15 27 123 60
Binary 11011111 1100001 10101 0 111001 1011011 1101 10111 1010011 110000

Color Harmonies of #DF6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6115

Black with #DF6115

Text Example


Text Example

White with #DF6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6115; }

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

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

background-color css

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

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

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

border-color css

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

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

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