Html Css Color HEX #DE641C Chocolate

📋 copy color: '#DE641C'

red 222 ◦ green 100 ◦ blue 28

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

Shades of Chocolate #DE641C

Tints of Chocolate #DE641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

 BLUE value IS 28 (11.33% from 255) = 8%

R = 63.43%
G = 28.57%
B = 8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE641C (or 0xDE641C) is known color: Chocolate. HEX triplet: DE, 64 and 1C. RGB value is (222,100,28). Sum of RGB (Red+Green+Blue) = 222+100+28=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE641C is #219BE3. Grayscale: #808080. Windows color (decimal): -2202596 or 1860830. OLE color: 1860830.

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

Color convert

RGB 222 100 28 -
CMYK 0 0.55 0.87 0.13
HSL 22.27º 0.78% 0.49% -
HSV(B) 22.27º 0.87% 0.87% -
XYZ 34.89 24.73 4.03 -
YUV 128.27 71.42 194.85 -
System Red Green Blue C M Y K H S L
Decimal 222 100 28 0 0.55 0.87 0.13 22.27 0.78 0.49
Hex DE 64 1C 0 37 57 D 16 4E 31
Octal 336 144 34 0 67 127 15 26 116 61
Binary 11011110 1100100 11100 0 110111 1010111 1101 10110 1001110 110001

Color Harmonies of #DE641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE641C

Black with #DE641C

Text Example


Text Example

White with #DE641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE641C; }

 p { color: rgb(222,100,28); }

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

background-color css

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

 a { background-color: rgb(222,100,28); }

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

border-color css

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

 span { border-color: rgb(222,100,28); }

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