#DF821A

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

Shades of Carrot Orange #DF821A

Tints of Carrot Orange #DF821A

Color information

#DF821A (or 0xDF821A) is unknown color: approx Carrot Orange. HEX triplet: DF, 82 and 1A. RGB value is (223,130,26). Sum of RGB (Red+Green+Blue) = 223+130+26=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF821A is #207DE5. Grayscale: #929292. Windows color (decimal): -2129382 or 1737439. OLE color: 1737439.

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

Color convert

RGB22313026-
CMYK00.420.880.13
HSL31.68º79.12%48.82%-
HSV(B)31.68º88.34%87.45%-
XYZ38.631.735.07-
YUV145.9560.31182.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.84%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 26 (10.55% from 255) = 6.86%
R=58.84%
G=34.30%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231302600.420.880.1331.6879.1248.82
HexDF821A02A58D204f31
Octal33720232052130154011761
Binary1101111110000010110100101010101100011011000001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF821A; }

 p { color: rgb(223,130,26); }

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

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

 a { background-color: rgb(223,130,26); }

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

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

 span { border-color: rgb(223,130,26); }

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