#DE861D

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

Shades of Carrot Orange #DE861D

Tints of Carrot Orange #DE861D

Color information

#DE861D (or 0xDE861D) is unknown color: approx Carrot Orange. HEX triplet: DE, 86 and 1D. RGB value is (222,134,29). Sum of RGB (Red+Green+Blue) = 222+134+29=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE861D is #2179E2. Grayscale: #949494. Windows color (decimal): -2193891 or 1935070. OLE color: 1935070.

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

Color convert

RGB22213429-
CMYK00.400.870.13
HSL32.64º76.89%49.22%-
HSV(B)32.64º86.94%87.06%-
XYZ38.8732.675.42-
YUV148.3460.65180.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.66%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 29 (11.72% from 255) = 7.53%
R=57.66%
G=34.81%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221342900.400.870.1332.6476.8949.22
HexDE861D02857D214d31
Octal33620635050127154111561
Binary1101111010000110111010101000101011111011000011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE861D; }

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

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

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

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

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

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

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

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