Html Css Color HEX #DD8916 Carrot Orange

📋 copy color: '#DD8916'

red 221 ◦ green 137 ◦ blue 22

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

Shades of Carrot Orange #DD8916

Tints of Carrot Orange #DD8916

RGB

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

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

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

R = 58.16%
G = 36.05%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8916 (or 0xDD8916) is known color: Carrot Orange. HEX triplet: DD, 89 and 16. RGB value is (221,137,22). Sum of RGB (Red+Green+Blue) = 221+137+22=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8916 is #2276E9. Grayscale: #959595. Windows color (decimal): -2258666 or 1477085. OLE color: 1477085.

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

Color convert

RGB 221 137 22 -
CMYK 0 0.38 0.90 0.13
HSL 34.67º 0.82% 0.48% -
HSV(B) 34.67º 0.9% 0.87% -
XYZ 38.91 33.32 5.14 -
YUV 149.01 56.33 179.35 -
System Red Green Blue C M Y K H S L
Decimal 221 137 22 0 0.38 0.90 0.13 34.67 0.82 0.48
Hex DD 89 16 0 26 5A D 23 52 30
Octal 335 211 26 0 46 132 15 43 122 60
Binary 11011101 10001001 10110 0 100110 1011010 1101 100011 1010010 110000

Color Harmonies of #DD8916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8916

Black with #DD8916

Text Example


Text Example

White with #DD8916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8916; }

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

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

background-color css

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

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

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

border-color css

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

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

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