Html Css Color HEX #DE681E Chocolate

📋 copy color: '#DE681E'

red 222 ◦ green 104 ◦ blue 30

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

Shades of Chocolate #DE681E

Tints of Chocolate #DE681E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 62.36%
G = 29.21%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE681E (or 0xDE681E) is known color: Chocolate. HEX triplet: DE, 68 and 1E. RGB value is (222,104,30). Sum of RGB (Red+Green+Blue) = 222+104+30=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE681E is #2197E1. Grayscale: #838383. Windows color (decimal): -2201570 or 1992926. OLE color: 1992926.

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

Color convert

RGB 222 104 30 -
CMYK 0 0.53 0.86 0.13
HSL 23.13º 0.76% 0.49% -
HSV(B) 23.13º 0.86% 0.87% -
XYZ 35.31 25.52 4.29 -
YUV 130.85 71.09 193.02 -
System Red Green Blue C M Y K H S L
Decimal 222 104 30 0 0.53 0.86 0.13 23.13 0.76 0.49
Hex DE 68 1E 0 35 56 D 17 4C 31
Octal 336 150 36 0 65 126 15 27 114 61
Binary 11011110 1101000 11110 0 110101 1010110 1101 10111 1001100 110001

Color Harmonies of #DE681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE681E

Black with #DE681E

Text Example


Text Example

White with #DE681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE681E; }

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

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

background-color css

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

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

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

border-color css

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

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

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