Html Css Color HEX #DD8519 Carrot Orange

📋 copy color: '#DD8519'

red 221 ◦ green 133 ◦ blue 25

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

Shades of Carrot Orange #DD8519

Tints of Carrot Orange #DD8519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

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

R = 58.31%
G = 35.09%
B = 6.6%

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

#DD8519 (or 0xDD8519) is known color: Carrot Orange. HEX triplet: DD, 85 and 19. RGB value is (221,133,25). Sum of RGB (Red+Green+Blue) = 221+133+25=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8519 is #227AE6. Grayscale: #939393. Windows color (decimal): -2259687 or 1672669. OLE color: 1672669.

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

Color convert

RGB 221 133 25 -
CMYK 0 0.40 0.89 0.13
HSL 33.06º 0.8% 0.48% -
HSV(B) 33.06º 0.89% 0.87% -
XYZ 38.38 32.22 5.12 -
YUV 147 59.15 180.78 -
System Red Green Blue C M Y K H S L
Decimal 221 133 25 0 0.40 0.89 0.13 33.06 0.8 0.48
Hex DD 85 19 0 28 59 D 21 50 30
Octal 335 205 31 0 50 131 15 41 120 60
Binary 11011101 10000101 11001 0 101000 1011001 1101 100001 1010000 110000

Color Harmonies of #DD8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8519

Black with #DD8519

Text Example


Text Example

White with #DD8519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8519; }

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

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

background-color css

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

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

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

border-color css

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

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

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