Html Css Color HEX #DD831A Carrot Orange

📋 copy color: '#DD831A'

red 221 ◦ green 131 ◦ blue 26

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

Shades of Carrot Orange #DD831A

Tints of Carrot Orange #DD831A

RGB

 RED value IS 221 (86.72% from 255) = 58.47%

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 26 (10.55% from 255) = 6.88%

R = 58.47%
G = 34.66%
B = 6.88%

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

#DD831A (or 0xDD831A) is known color: Carrot Orange. HEX triplet: DD, 83 and 1A. RGB value is (221,131,26). Sum of RGB (Red+Green+Blue) = 221+131+26=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD831A is #227CE5. Grayscale: #929292. Windows color (decimal): -2260198 or 1737693. OLE color: 1737693.

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

Color convert

RGB 221 131 26 -
CMYK 0 0.41 0.88 0.13
HSL 32.31º 0.79% 0.48% -
HSV(B) 32.31º 0.88% 0.87% -
XYZ 38.12 31.68 5.08 -
YUV 145.94 60.32 181.54 -
System Red Green Blue C M Y K H S L
Decimal 221 131 26 0 0.41 0.88 0.13 32.31 0.79 0.48
Hex DD 83 1A 0 29 58 D 20 4F 30
Octal 335 203 32 0 51 130 15 40 117 60
Binary 11011101 10000011 11010 0 101001 1011000 1101 100000 1001111 110000

Color Harmonies of #DD831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD831A

Black with #DD831A

Text Example


Text Example

White with #DD831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD831A; }

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

 H1.HeaderClassName
 {
   color: #DD831A;
 }
 .AnyTagClassName
 {
   color: #DD831A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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