Html Css Color HEX #DE640D Chocolate

📋 copy color: '#DE640D'

red 222 ◦ green 100 ◦ blue 13

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

Shades of Chocolate #DE640D

Tints of Chocolate #DE640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 66.27%
G = 29.85%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE640D (or 0xDE640D) is known color: Chocolate. HEX triplet: DE, 64 and 0D. RGB value is (222,100,13). Sum of RGB (Red+Green+Blue) = 222+100+13=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE640D is #219BF2. Grayscale: #7F7F7F. Windows color (decimal): -2202611 or 877790. OLE color: 877790.

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

Color convert

RGB 222 100 13 -
CMYK 0 0.55 0.94 0.13
HSL 24.98º 0.89% 0.46% -
HSV(B) 24.98º 0.94% 0.87% -
XYZ 34.75 24.67 3.31 -
YUV 126.56 63.92 196.07 -
System Red Green Blue C M Y K H S L
Decimal 222 100 13 0 0.55 0.94 0.13 24.98 0.89 0.46
Hex DE 64 D 0 37 5E D 19 59 2E
Octal 336 144 15 0 67 136 15 31 131 56
Binary 11011110 1100100 1101 0 110111 1011110 1101 11001 1011001 101110

Color Harmonies of #DE640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE640D

Black with #DE640D

Text Example


Text Example

White with #DE640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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