Html Css Color HEX #DF7514 Chocolate

📋 copy color: '#DF7514'

red 223 ◦ green 117 ◦ blue 20

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

Shades of Chocolate #DF7514

Tints of Chocolate #DF7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

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

R = 61.94%
G = 32.5%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF7514 (or 0xDF7514) is known color: Chocolate. HEX triplet: DF, 75 and 14. RGB value is (223,117,20). Sum of RGB (Red+Green+Blue) = 223+117+20=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7514 is #208AEB. Grayscale: #8A8A8A. Windows color (decimal): -2132716 or 1340895. OLE color: 1340895.

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

Color convert

RGB 223 117 20 -
CMYK 0 0.48 0.91 0.13
HSL 28.67º 0.84% 0.48% -
HSV(B) 28.67º 0.91% 0.87% -
XYZ 36.92 28.46 4.21 -
YUV 137.64 61.62 188.89 -
System Red Green Blue C M Y K H S L
Decimal 223 117 20 0 0.48 0.91 0.13 28.67 0.84 0.48
Hex DF 75 14 0 30 5B D 1D 54 30
Octal 337 165 24 0 60 133 15 35 124 60
Binary 11011111 1110101 10100 0 110000 1011011 1101 11101 1010100 110000

Color Harmonies of #DF7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7514

Black with #DF7514

Text Example


Text Example

White with #DF7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7514; }

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

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

background-color css

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

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

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

border-color css

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

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

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