Html Css Color HEX #DD8319 Carrot Orange

📋 copy color: '#DD8319'

red 221 ◦ green 131 ◦ blue 25

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

Shades of Carrot Orange #DD8319

Tints of Carrot Orange #DD8319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.63%

R = 58.62%
G = 34.75%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD8319 (or 0xDD8319) is known color: Carrot Orange. HEX triplet: DD, 83 and 19. RGB value is (221,131,25). Sum of RGB (Red+Green+Blue) = 221+131+25=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8319 is #227CE6. Grayscale: #929292. Windows color (decimal): -2260199 or 1672157. OLE color: 1672157.

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

Color convert

RGB 221 131 25 -
CMYK 0 0.41 0.89 0.13
HSL 32.45º 0.8% 0.48% -
HSV(B) 32.45º 0.89% 0.87% -
XYZ 38.11 31.67 5.02 -
YUV 145.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 221 131 25 0 0.41 0.89 0.13 32.45 0.8 0.48
Hex DD 83 19 0 29 59 D 20 50 30
Octal 335 203 31 0 51 131 15 40 120 60
Binary 11011101 10000011 11001 0 101001 1011001 1101 100000 1010000 110000

Color Harmonies of #DD8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8319

Black with #DD8319

Text Example


Text Example

White with #DD8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8319; }

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

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

background-color css

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

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

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

border-color css

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

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

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