Html Css Color HEX #DE621E Chocolate

📋 copy color: '#DE621E'

red 222 ◦ green 98 ◦ blue 30

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

Shades of Chocolate #DE621E

Tints of Chocolate #DE621E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 63.43%
G = 28%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE621E (or 0xDE621E) is known color: Chocolate. HEX triplet: DE, 62 and 1E. RGB value is (222,98,30). Sum of RGB (Red+Green+Blue) = 222+98+30=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE621E is #219DE1. Grayscale: #7F7F7F. Windows color (decimal): -2203106 or 1991390. OLE color: 1991390.

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

Color convert

RGB 222 98 30 -
CMYK 0 0.56 0.86 0.13
HSL 21.25º 0.76% 0.49% -
HSV(B) 21.25º 0.86% 0.87% -
XYZ 34.73 24.36 4.1 -
YUV 127.32 73.08 195.53 -
System Red Green Blue C M Y K H S L
Decimal 222 98 30 0 0.56 0.86 0.13 21.25 0.76 0.49
Hex DE 62 1E 0 38 56 D 15 4C 31
Octal 336 142 36 0 70 126 15 25 114 61
Binary 11011110 1100010 11110 0 111000 1010110 1101 10101 1001100 110001

Color Harmonies of #DE621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE621E

Black with #DE621E

Text Example


Text Example

White with #DE621E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE621E; }

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

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

background-color css

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

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

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

border-color css

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

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

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