Html Css Color HEX #DE600F Chocolate

📋 copy color: '#DE600F'

red 222 ◦ green 96 ◦ blue 15

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

Shades of Chocolate #DE600F

Tints of Chocolate #DE600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.5%

R = 66.67%
G = 28.83%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE600F (or 0xDE600F) is known color: Chocolate. HEX triplet: DE, 60 and 0F. RGB value is (222,96,15). Sum of RGB (Red+Green+Blue) = 222+96+15=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE600F is #219FF0. Grayscale: #7C7C7C. Windows color (decimal): -2203633 or 1007838. OLE color: 1007838.

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

Color convert

RGB 222 96 15 -
CMYK 0 0.57 0.93 0.13
HSL 23.48º 0.87% 0.46% -
HSV(B) 23.48º 0.93% 0.87% -
XYZ 34.39 23.93 3.26 -
YUV 124.44 66.24 197.59 -
System Red Green Blue C M Y K H S L
Decimal 222 96 15 0 0.57 0.93 0.13 23.48 0.87 0.46
Hex DE 60 F 0 39 5D D 17 57 2E
Octal 336 140 17 0 71 135 15 27 127 56
Binary 11011110 1100000 1111 0 111001 1011101 1101 10111 1010111 101110

Color Harmonies of #DE600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE600F

Black with #DE600F

Text Example


Text Example

White with #DE600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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