#DE831E

Color #DE831E Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #DE831E

Tints of Carrot Orange #DE831E

Color information

#DE831E (or 0xDE831E) is unknown color: approx Carrot Orange. HEX triplet: DE, 83 and 1E. RGB value is (222,131,30). Sum of RGB (Red+Green+Blue) = 222+131+30=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE831E is #217CE1. Grayscale: #939393. Windows color (decimal): -2194658 or 1999838. OLE color: 1999838.

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

Color convert

RGB22213130-
CMYK00.410.860.13
HSL31.56º76.19%49.41%-
HSV(B)31.56º86.49%87.06%-
XYZ38.4731.865.35-
YUV146.6962.15181.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.96%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 30 (12.11% from 255) = 7.83%
R=57.96%
G=34.20%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221313000.410.860.1331.5676.1949.41
HexDE831E02956D204c31
Octal33620336051126154011461
Binary1101111010000011111100101001101011011011000001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE831E; }

 p { color: rgb(222,131,30); }

 H1.HeaderClassName
 {
   color: #DE831E;
 }
 .AnyTagClassName
 {
   color: #DE831E;
 }
</style>
background-color css

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

 a { background-color: rgb(222,131,30); }

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

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

 span { border-color: rgb(222,131,30); }

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