Html Css Color HEX #DD8419 Carrot Orange

📋 copy color: '#DD8419'

red 221 ◦ green 132 ◦ blue 25

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

Shades of Carrot Orange #DD8419

Tints of Carrot Orange #DD8419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.92%

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

R = 58.47%
G = 34.92%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD8419 (or 0xDD8419) is known color: Carrot Orange. HEX triplet: DD, 84 and 19. RGB value is (221,132,25). Sum of RGB (Red+Green+Blue) = 221+132+25=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8419 is #227BE6. Grayscale: #929292. Windows color (decimal): -2259943 or 1672413. OLE color: 1672413.

HSL color Cylindrical-coordinate representation of color #DD8419: hue angle of 32.76º 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 #DD8419 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 25 -
CMYK 0 0.40 0.89 0.13
HSL 32.76º 0.8% 0.48% -
HSV(B) 32.76º 0.89% 0.87% -
XYZ 38.25 31.94 5.07 -
YUV 146.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 221 132 25 0 0.40 0.89 0.13 32.76 0.8 0.48
Hex DD 84 19 0 28 59 D 21 50 30
Octal 335 204 31 0 50 131 15 41 120 60
Binary 11011101 10000100 11001 0 101000 1011001 1101 100001 1010000 110000

Color Harmonies of #DD8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8419

Black with #DD8419

Text Example


Text Example

White with #DD8419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8419; }

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

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

background-color css

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

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

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

border-color css

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

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

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