Html Css Color HEX #DE6023 Chocolate

📋 copy color: '#DE6023'

red 222 ◦ green 96 ◦ blue 35

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

Shades of Chocolate #DE6023

Tints of Chocolate #DE6023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 35 (14.06% from 255) = 9.92%

R = 62.89%
G = 27.2%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE6023 (or 0xDE6023) is known color: Chocolate. HEX triplet: DE, 60 and 23. RGB value is (222,96,35). Sum of RGB (Red+Green+Blue) = 222+96+35=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6023 is #219FDC. Grayscale: #7F7F7F. Windows color (decimal): -2203613 or 2318558. OLE color: 2318558.

HSL color Cylindrical-coordinate representation of color #DE6023: hue angle of 19.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE6023 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 96 35 -
CMYK 0 0.57 0.84 0.13
HSL 19.57º 0.74% 0.5% -
HSV(B) 19.57º 0.84% 0.87% -
XYZ 34.61 24.02 4.4 -
YUV 126.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 222 96 35 0 0.57 0.84 0.13 19.57 0.74 0.5
Hex DE 60 23 0 39 54 D 14 4A 32
Octal 336 140 43 0 71 124 15 24 112 62
Binary 11011110 1100000 100011 0 111001 1010100 1101 10100 1001010 110010

Color Harmonies of #DE6023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6023

Black with #DE6023

Text Example


Text Example

White with #DE6023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6023; }

 p { color: rgb(222,96,35); }

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

background-color css

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

 a { background-color: rgb(222,96,35); }

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

border-color css

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

 span { border-color: rgb(222,96,35); }

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