#DD831B

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

Shades of Carrot Orange #DD831B

Tints of Carrot Orange #DD831B

Color information

#DD831B (or 0xDD831B) is unknown color: approx Carrot Orange. HEX triplet: DD, 83 and 1B. RGB value is (221,131,27). Sum of RGB (Red+Green+Blue) = 221+131+27=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD831B is #227CE4. Grayscale: #929292. Windows color (decimal): -2260197 or 1803229. OLE color: 1803229.

HSL color Cylindrical-coordinate representation of color #DD831B: hue angle of 32.16º degrees, saturation: 0.78, 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 #DD831B is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB22113127-
CMYK00.410.880.13
HSL32.16º78.23%48.63%-
HSV(B)32.16º87.78%86.67%-
XYZ38.1331.685.14-
YUV146.0560.82181.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.31%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 27 (10.94% from 255) = 7.12%
R=58.31%
G=34.56%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211312700.410.880.1332.1678.2348.63
HexDD831B02958D204e31
Octal33520333051130154011661
Binary1101110110000011110110101001101100011011000001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD831B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD831B; }

 p { color: rgb(221,131,27); }

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

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

 a { background-color: rgb(221,131,27); }

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

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

 span { border-color: rgb(221,131,27); }

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