Html Css Color HEX #DD831B Carrot Orange

📋 copy color: '#DD831B'

red 221 ◦ green 131 ◦ blue 27

#DD831B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #DD831B

Tints of Carrot Orange #DD831B

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 value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD831B (or 0xDD831B) is known color: 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

RGB 221 131 27 -
CMYK 0 0.41 0.88 0.13
HSL 32.16º 0.78% 0.49% -
HSV(B) 32.16º 0.88% 0.87% -
XYZ 38.13 31.68 5.14 -
YUV 146.05 60.82 181.46 -
System Red Green Blue C M Y K H S L
Decimal 221 131 27 0 0.41 0.88 0.13 32.16 0.78 0.49
Hex DD 83 1B 0 29 58 D 20 4E 31
Octal 335 203 33 0 51 130 15 40 116 61
Binary 11011101 10000011 11011 0 101001 1011000 1101 100000 1001110 110001

Color Harmonies of #DD831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD831B

Black with #DD831B

Text Example


Text Example

White with #DD831B

Text Example


Text Example

HTML Codes & Css Web 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>