Html Css Color HEX #DF6114 Chocolate

📋 copy color: '#DF6114'

red 223 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #DF6114

Tints of Chocolate #DF6114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 65.59%
G = 28.53%
B = 5.88%

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

#DF6114 (or 0xDF6114) is known color: Chocolate. HEX triplet: DF, 61 and 14. RGB value is (223,97,20). Sum of RGB (Red+Green+Blue) = 223+97+20=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6114 is #209EEB. Grayscale: #7E7E7E. Windows color (decimal): -2137836 or 1335775. OLE color: 1335775.

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

Color convert

RGB 223 97 20 -
CMYK 0 0.57 0.91 0.13
HSL 22.76º 0.84% 0.48% -
HSV(B) 22.76º 0.91% 0.87% -
XYZ 34.83 24.29 3.51 -
YUV 125.9 68.24 197.26 -
System Red Green Blue C M Y K H S L
Decimal 223 97 20 0 0.57 0.91 0.13 22.76 0.84 0.48
Hex DF 61 14 0 39 5B D 17 54 30
Octal 337 141 24 0 71 133 15 27 124 60
Binary 11011111 1100001 10100 0 111001 1011011 1101 10111 1010100 110000

Color Harmonies of #DF6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6114

Black with #DF6114

Text Example


Text Example

White with #DF6114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6114; }

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

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

background-color css

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

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

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

border-color css

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

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

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