Html Css Color HEX #DD8416 Carrot Orange

📋 copy color: '#DD8416'

red 221 ◦ green 132 ◦ blue 22

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

Shades of Carrot Orange #DD8416

Tints of Carrot Orange #DD8416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.87%

R = 58.93%
G = 35.2%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8416 (or 0xDD8416) is known color: Carrot Orange. HEX triplet: DD, 84 and 16. RGB value is (221,132,22). Sum of RGB (Red+Green+Blue) = 221+132+22=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8416 is #227BE9. Grayscale: #929292. Windows color (decimal): -2259946 or 1475805. OLE color: 1475805.

HSL color Cylindrical-coordinate representation of color #DD8416: hue angle of 33.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8416 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 22 -
CMYK 0 0.40 0.90 0.13
HSL 33.17º 0.82% 0.48% -
HSV(B) 33.17º 0.9% 0.87% -
XYZ 38.21 31.93 4.91 -
YUV 146.07 57.99 181.44 -
System Red Green Blue C M Y K H S L
Decimal 221 132 22 0 0.40 0.90 0.13 33.17 0.82 0.48
Hex DD 84 16 0 28 5A D 21 52 30
Octal 335 204 26 0 50 132 15 41 122 60
Binary 11011101 10000100 10110 0 101000 1011010 1101 100001 1010010 110000

Color Harmonies of #DD8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8416

Black with #DD8416

Text Example


Text Example

White with #DD8416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8416; }

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

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

background-color css

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

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

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

border-color css

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

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

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