Html Css Color HEX #DD8918 Carrot Orange

📋 copy color: '#DD8918'

red 221 ◦ green 137 ◦ blue 24

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

Shades of Carrot Orange #DD8918

Tints of Carrot Orange #DD8918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.86%

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 57.85%
G = 35.86%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD8918 (or 0xDD8918) is known color: Carrot Orange. HEX triplet: DD, 89 and 18. RGB value is (221,137,24). Sum of RGB (Red+Green+Blue) = 221+137+24=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8918 is #2276E7. Grayscale: #959595. Windows color (decimal): -2258664 or 1608157. OLE color: 1608157.

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

Color convert

RGB 221 137 24 -
CMYK 0 0.38 0.89 0.13
HSL 34.42º 0.8% 0.48% -
HSV(B) 34.42º 0.89% 0.87% -
XYZ 38.93 33.33 5.25 -
YUV 149.23 57.33 179.19 -
System Red Green Blue C M Y K H S L
Decimal 221 137 24 0 0.38 0.89 0.13 34.42 0.8 0.48
Hex DD 89 18 0 26 59 D 22 50 30
Octal 335 211 30 0 46 131 15 42 120 60
Binary 11011101 10001001 11000 0 100110 1011001 1101 100010 1010000 110000

Color Harmonies of #DD8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8918

Black with #DD8918

Text Example


Text Example

White with #DD8918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8918; }

 p { color: rgb(221,137,24); }

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

background-color css

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

 a { background-color: rgb(221,137,24); }

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

border-color css

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

 span { border-color: rgb(221,137,24); }

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