Html Css Color HEX #DD8513 Carrot Orange

📋 copy color: '#DD8513'

red 221 ◦ green 133 ◦ blue 19

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

Shades of Carrot Orange #DD8513

Tints of Carrot Orange #DD8513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 59.25%
G = 35.66%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD8513 (or 0xDD8513) is known color: Carrot Orange. HEX triplet: DD, 85 and 13. RGB value is (221,133,19). Sum of RGB (Red+Green+Blue) = 221+133+19=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8513 is #227AEC. Grayscale: #929292. Windows color (decimal): -2259693 or 1279453. OLE color: 1279453.

HSL color Cylindrical-coordinate representation of color #DD8513: hue angle of 33.86º degrees, saturation: 0.84, 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 #DD8513 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 19 -
CMYK 0 0.40 0.91 0.13
HSL 33.86º 0.84% 0.47% -
HSV(B) 33.86º 0.91% 0.87% -
XYZ 38.32 32.19 4.81 -
YUV 146.32 56.15 181.27 -
System Red Green Blue C M Y K H S L
Decimal 221 133 19 0 0.40 0.91 0.13 33.86 0.84 0.47
Hex DD 85 13 0 28 5B D 22 54 2F
Octal 335 205 23 0 50 133 15 42 124 57
Binary 11011101 10000101 10011 0 101000 1011011 1101 100010 1010100 101111

Color Harmonies of #DD8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8513

Black with #DD8513

Text Example


Text Example

White with #DD8513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8513; }

 p { color: rgb(221,133,19); }

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

background-color css

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

 a { background-color: rgb(221,133,19); }

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

border-color css

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

 span { border-color: rgb(221,133,19); }

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