Html Css Color HEX #DD8413 Carrot Orange

📋 copy color: '#DD8413'

red 221 ◦ green 132 ◦ blue 19

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

Shades of Carrot Orange #DD8413

Tints of Carrot Orange #DD8413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 59.41%
G = 35.48%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8413 (or 0xDD8413) is known color: Carrot Orange. HEX triplet: DD, 84 and 13. RGB value is (221,132,19). Sum of RGB (Red+Green+Blue) = 221+132+19=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8413 is #227BEC. Grayscale: #929292. Windows color (decimal): -2259949 or 1279197. OLE color: 1279197.

HSL color Cylindrical-coordinate representation of color #DD8413: hue angle of 33.56º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD8413 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 19 -
CMYK 0 0.40 0.91 0.13
HSL 33.56º 0.84% 0.47% -
HSV(B) 33.56º 0.91% 0.87% -
XYZ 38.19 31.92 4.76 -
YUV 145.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 221 132 19 0 0.40 0.91 0.13 33.56 0.84 0.47
Hex DD 84 13 0 28 5B D 22 54 2F
Octal 335 204 23 0 50 133 15 42 124 57
Binary 11011101 10000100 10011 0 101000 1011011 1101 100010 1010100 101111

Color Harmonies of #DD8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8413

Black with #DD8413

Text Example


Text Example

White with #DD8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8413; }

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

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

background-color css

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

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

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

border-color css

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

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

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