#DE871D

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

Shades of Carrot Orange #DE871D

Tints of Carrot Orange #DE871D

Color information

#DE871D (or 0xDE871D) is unknown color: approx Carrot Orange. HEX triplet: DE, 87 and 1D. RGB value is (222,135,29). Sum of RGB (Red+Green+Blue) = 222+135+29=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE871D is #2178E2. Grayscale: #959595. Windows color (decimal): -2193635 or 1935326. OLE color: 1935326.

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

Color convert

RGB22213529-
CMYK00.390.870.13
HSL32.95º76.89%49.22%-
HSV(B)32.95º86.94%87.06%-
XYZ39.0132.955.47-
YUV148.9360.32180.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.51%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 29 (11.72% from 255) = 7.51%
R=57.51%
G=34.97%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221352900.390.870.1332.9576.8949.22
HexDE871D02757D214d31
Octal33620735047127154111561
Binary1101111010000111111010100111101011111011000011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE871D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE871D; }

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

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

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

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

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

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

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

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