Html Css Color HEX #DD8415 Carrot Orange

📋 copy color: '#DD8415'

red 221 ◦ green 132 ◦ blue 21

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

Shades of Carrot Orange #DD8415

Tints of Carrot Orange #DD8415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.61%

R = 59.09%
G = 35.29%
B = 5.61%

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

#DD8415 (or 0xDD8415) is known color: Carrot Orange. HEX triplet: DD, 84 and 15. RGB value is (221,132,21). Sum of RGB (Red+Green+Blue) = 221+132+21=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8415 is #227BEA. Grayscale: #929292. Windows color (decimal): -2259947 or 1410269. OLE color: 1410269.

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

Color convert

RGB 221 132 21 -
CMYK 0 0.40 0.90 0.13
HSL 33.3º 0.83% 0.47% -
HSV(B) 33.3º 0.9% 0.87% -
XYZ 38.21 31.93 4.86 -
YUV 145.96 57.49 181.53 -
System Red Green Blue C M Y K H S L
Decimal 221 132 21 0 0.40 0.90 0.13 33.3 0.83 0.47
Hex DD 84 15 0 28 5A D 21 53 2F
Octal 335 204 25 0 50 132 15 41 123 57
Binary 11011101 10000100 10101 0 101000 1011010 1101 100001 1010011 101111

Color Harmonies of #DD8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8415

Black with #DD8415

Text Example


Text Example

White with #DD8415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8415; }

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

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

background-color css

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

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

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

border-color css

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

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

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