Html Css Color HEX #DD8316 Carrot Orange

📋 copy color: '#DD8316'

red 221 ◦ green 131 ◦ blue 22

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

Shades of Carrot Orange #DD8316

Tints of Carrot Orange #DD8316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 59.09%
G = 35.03%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8316 (or 0xDD8316) is known color: Carrot Orange. HEX triplet: DD, 83 and 16. RGB value is (221,131,22). Sum of RGB (Red+Green+Blue) = 221+131+22=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8316 is #227CE9. Grayscale: #929292. Windows color (decimal): -2260202 or 1475549. OLE color: 1475549.

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

Color convert

RGB 221 131 22 -
CMYK 0 0.41 0.90 0.13
HSL 32.86º 0.82% 0.48% -
HSV(B) 32.86º 0.9% 0.87% -
XYZ 38.08 31.66 4.86 -
YUV 145.48 58.32 181.86 -
System Red Green Blue C M Y K H S L
Decimal 221 131 22 0 0.41 0.90 0.13 32.86 0.82 0.48
Hex DD 83 16 0 29 5A D 21 52 30
Octal 335 203 26 0 51 132 15 41 122 60
Binary 11011101 10000011 10110 0 101001 1011010 1101 100001 1010010 110000

Color Harmonies of #DD8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8316

Black with #DD8316

Text Example


Text Example

White with #DD8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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