Html Css Color HEX #DD8616 Carrot Orange

📋 copy color: '#DD8616'

red 221 ◦ green 134 ◦ blue 22

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

Shades of Carrot Orange #DD8616

Tints of Carrot Orange #DD8616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 58.62%
G = 35.54%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8616 (or 0xDD8616) is known color: Carrot Orange. HEX triplet: DD, 86 and 16. RGB value is (221,134,22). Sum of RGB (Red+Green+Blue) = 221+134+22=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8616 is #2279E9. Grayscale: #939393. Windows color (decimal): -2259434 or 1476317. OLE color: 1476317.

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

Color convert

RGB 221 134 22 -
CMYK 0 0.39 0.90 0.13
HSL 33.77º 0.82% 0.48% -
HSV(B) 33.77º 0.9% 0.87% -
XYZ 38.49 32.48 5 -
YUV 147.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 221 134 22 0 0.39 0.90 0.13 33.77 0.82 0.48
Hex DD 86 16 0 27 5A D 22 52 30
Octal 335 206 26 0 47 132 15 42 122 60
Binary 11011101 10000110 10110 0 100111 1011010 1101 100010 1010010 110000

Color Harmonies of #DD8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8616

Black with #DD8616

Text Example


Text Example

White with #DD8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8616; }

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

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

background-color css

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

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

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

border-color css

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

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

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