Html Css Color HEX #DF6513 Chocolate

📋 copy color: '#DF6513'

red 223 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #DF6513

Tints of Chocolate #DF6513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 65.01%
G = 29.45%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF6513 (or 0xDF6513) is known color: Chocolate. HEX triplet: DF, 65 and 13. RGB value is (223,101,19). Sum of RGB (Red+Green+Blue) = 223+101+19=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6513 is #209AEC. Grayscale: #808080. Windows color (decimal): -2136813 or 1271263. OLE color: 1271263.

HSL color Cylindrical-coordinate representation of color #DF6513: hue angle of 24.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF6513 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 101 19 -
CMYK 0 0.55 0.91 0.13
HSL 24.12º 0.84% 0.47% -
HSV(B) 24.12º 0.91% 0.87% -
XYZ 35.2 25.04 3.59 -
YUV 128.13 66.42 195.67 -
System Red Green Blue C M Y K H S L
Decimal 223 101 19 0 0.55 0.91 0.13 24.12 0.84 0.47
Hex DF 65 13 0 37 5B D 18 54 2F
Octal 337 145 23 0 67 133 15 30 124 57
Binary 11011111 1100101 10011 0 110111 1011011 1101 11000 1010100 101111

Color Harmonies of #DF6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6513

Black with #DF6513

Text Example


Text Example

White with #DF6513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6513; }

 p { color: rgb(223,101,19); }

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

background-color css

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

 a { background-color: rgb(223,101,19); }

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

border-color css

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

 span { border-color: rgb(223,101,19); }

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