Html Css Color HEX #DE680F Chocolate

📋 copy color: '#DE680F'

red 222 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #DE680F

Tints of Chocolate #DE680F

RGB

 RED value IS 222 (87.11% from 255) = 65.1%

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 15 (6.25% from 255) = 4.4%

R = 65.1%
G = 30.5%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE680F (or 0xDE680F) is known color: Chocolate. HEX triplet: DE, 68 and 0F. RGB value is (222,104,15). Sum of RGB (Red+Green+Blue) = 222+104+15=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE680F is #2197F0. Grayscale: #818181. Windows color (decimal): -2201585 or 1009886. OLE color: 1009886.

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

Color convert

RGB 222 104 15 -
CMYK 0 0.53 0.93 0.13
HSL 25.8º 0.87% 0.46% -
HSV(B) 25.8º 0.93% 0.87% -
XYZ 35.16 25.46 3.51 -
YUV 129.14 63.59 194.24 -
System Red Green Blue C M Y K H S L
Decimal 222 104 15 0 0.53 0.93 0.13 25.8 0.87 0.46
Hex DE 68 F 0 35 5D D 1A 57 2E
Octal 336 150 17 0 65 135 15 32 127 56
Binary 11011110 1101000 1111 0 110101 1011101 1101 11010 1010111 101110

Color Harmonies of #DE680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE680F

Black with #DE680F

Text Example


Text Example

White with #DE680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE680F; }

 p { color: rgb(222,104,15); }

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

background-color css

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

 a { background-color: rgb(222,104,15); }

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

border-color css

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

 span { border-color: rgb(222,104,15); }

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