Html Css Color HEX #DD8614 Carrot Orange

📋 copy color: '#DD8614'

red 221 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #DD8614

Tints of Carrot Orange #DD8614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 58.93%
G = 35.73%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8614 (or 0xDD8614) is known color: Carrot Orange. HEX triplet: DD, 86 and 14. RGB value is (221,134,20). Sum of RGB (Red+Green+Blue) = 221+134+20=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8614 is #2279EB. Grayscale: #939393. Windows color (decimal): -2259436 or 1345245. OLE color: 1345245.

HSL color Cylindrical-coordinate representation of color #DD8614: hue angle of 34.03º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD8614 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 20 -
CMYK 0 0.39 0.91 0.13
HSL 34.03º 0.83% 0.47% -
HSV(B) 34.03º 0.91% 0.87% -
XYZ 38.47 32.47 4.9 -
YUV 147.02 56.32 180.77 -
System Red Green Blue C M Y K H S L
Decimal 221 134 20 0 0.39 0.91 0.13 34.03 0.83 0.47
Hex DD 86 14 0 27 5B D 22 53 2F
Octal 335 206 24 0 47 133 15 42 123 57
Binary 11011101 10000110 10100 0 100111 1011011 1101 100010 1010011 101111

Color Harmonies of #DD8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8614

Black with #DD8614

Text Example


Text Example

White with #DD8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8614; }

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

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

background-color css

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

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

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

border-color css

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

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

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