Html Css Color HEX #DF650E Chocolate

📋 copy color: '#DF650E'

red 223 ◦ green 101 ◦ blue 14

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

Shades of Chocolate #DF650E

Tints of Chocolate #DF650E

RGB

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

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

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

R = 65.98%
G = 29.88%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF650E (or 0xDF650E) is known color: Chocolate. HEX triplet: DF, 65 and 0E. RGB value is (223,101,14). Sum of RGB (Red+Green+Blue) = 223+101+14=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF650E is #209AF1. Grayscale: #808080. Windows color (decimal): -2136818 or 943583. OLE color: 943583.

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

Color convert

RGB 223 101 14 -
CMYK 0 0.55 0.94 0.13
HSL 24.98º 0.88% 0.46% -
HSV(B) 24.98º 0.94% 0.87% -
XYZ 35.16 25.03 3.39 -
YUV 127.56 63.92 196.07 -
System Red Green Blue C M Y K H S L
Decimal 223 101 14 0 0.55 0.94 0.13 24.98 0.88 0.46
Hex DF 65 E 0 37 5E D 19 58 2E
Octal 337 145 16 0 67 136 15 31 130 56
Binary 11011111 1100101 1110 0 110111 1011110 1101 11001 1011000 101110

Color Harmonies of #DF650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF650E

Black with #DF650E

Text Example


Text Example

White with #DF650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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