Html Css Color HEX #DF660E Chocolate

📋 copy color: '#DF660E'

red 223 ◦ green 102 ◦ blue 14

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

Shades of Chocolate #DF660E

Tints of Chocolate #DF660E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 65.78%
G = 30.09%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF660E (or 0xDF660E) is known color: Chocolate. HEX triplet: DF, 66 and 0E. RGB value is (223,102,14). Sum of RGB (Red+Green+Blue) = 223+102+14=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF660E is #2099F1. Grayscale: #808080. Windows color (decimal): -2136562 or 943839. OLE color: 943839.

HSL color Cylindrical-coordinate representation of color #DF660E: hue angle of 25.26º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF660E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 102 14 -
CMYK 0 0.54 0.94 0.13
HSL 25.26º 0.88% 0.46% -
HSV(B) 25.26º 0.94% 0.87% -
XYZ 35.26 25.22 3.43 -
YUV 128.15 63.59 195.66 -
System Red Green Blue C M Y K H S L
Decimal 223 102 14 0 0.54 0.94 0.13 25.26 0.88 0.46
Hex DF 66 E 0 36 5E D 19 58 2E
Octal 337 146 16 0 66 136 15 31 130 56
Binary 11011111 1100110 1110 0 110110 1011110 1101 11001 1011000 101110

Color Harmonies of #DF660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF660E

Black with #DF660E

Text Example


Text Example

White with #DF660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF660E; }

 p { color: rgb(223,102,14); }

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

background-color css

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

 a { background-color: rgb(223,102,14); }

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

border-color css

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

 span { border-color: rgb(223,102,14); }

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