Html Css Color HEX #DE641D Chocolate

📋 copy color: '#DE641D'

red 222 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #DE641D

Tints of Chocolate #DE641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 63.25%
G = 28.49%
B = 8.26%

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

#DE641D (or 0xDE641D) is known color: Chocolate. HEX triplet: DE, 64 and 1D. RGB value is (222,100,29). Sum of RGB (Red+Green+Blue) = 222+100+29=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE641D is #219BE2. Grayscale: #808080. Windows color (decimal): -2202595 or 1926366. OLE color: 1926366.

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

Color convert

RGB 222 100 29 -
CMYK 0 0.55 0.87 0.13
HSL 22.07º 0.77% 0.49% -
HSV(B) 22.07º 0.87% 0.87% -
XYZ 34.9 24.73 4.1 -
YUV 128.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 222 100 29 0 0.55 0.87 0.13 22.07 0.77 0.49
Hex DE 64 1D 0 37 57 D 16 4D 31
Octal 336 144 35 0 67 127 15 26 115 61
Binary 11011110 1100100 11101 0 110111 1010111 1101 10110 1001101 110001

Color Harmonies of #DE641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE641D

Black with #DE641D

Text Example


Text Example

White with #DE641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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