Html Css Color HEX #DF7614 Chocolate

📋 copy color: '#DF7614'

red 223 ◦ green 118 ◦ blue 20

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

Shades of Chocolate #DF7614

Tints of Chocolate #DF7614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 61.77%
G = 32.69%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF7614 (or 0xDF7614) is known color: Chocolate. HEX triplet: DF, 76 and 14. RGB value is (223,118,20). Sum of RGB (Red+Green+Blue) = 223+118+20=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7614 is #2089EB. Grayscale: #8A8A8A. Windows color (decimal): -2132460 or 1341151. OLE color: 1341151.

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

Color convert

RGB 223 118 20 -
CMYK 0 0.47 0.91 0.13
HSL 28.97º 0.84% 0.48% -
HSV(B) 28.97º 0.91% 0.87% -
XYZ 37.04 28.7 4.25 -
YUV 138.22 61.29 188.47 -
System Red Green Blue C M Y K H S L
Decimal 223 118 20 0 0.47 0.91 0.13 28.97 0.84 0.48
Hex DF 76 14 0 2F 5B D 1D 54 30
Octal 337 166 24 0 57 133 15 35 124 60
Binary 11011111 1110110 10100 0 101111 1011011 1101 11101 1010100 110000

Color Harmonies of #DF7614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7614

Black with #DF7614

Text Example


Text Example

White with #DF7614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7614; }

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

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

background-color css

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

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

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

border-color css

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

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

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