Html Css Color HEX #DD8615 Carrot Orange

📋 copy color: '#DD8615'

red 221 ◦ green 134 ◦ blue 21

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

Shades of Carrot Orange #DD8615

Tints of Carrot Orange #DD8615

RGB

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

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

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

R = 58.78%
G = 35.64%
B = 5.59%

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

#DD8615 (or 0xDD8615) is known color: Carrot Orange. HEX triplet: DD, 86 and 15. RGB value is (221,134,21). Sum of RGB (Red+Green+Blue) = 221+134+21=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8615 is #2279EA. Grayscale: #939393. Windows color (decimal): -2259435 or 1410781. OLE color: 1410781.

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

Color convert

RGB 221 134 21 -
CMYK 0 0.39 0.90 0.13
HSL 33.9º 0.83% 0.47% -
HSV(B) 33.9º 0.9% 0.87% -
XYZ 38.48 32.48 4.95 -
YUV 147.13 56.82 180.69 -
System Red Green Blue C M Y K H S L
Decimal 221 134 21 0 0.39 0.90 0.13 33.9 0.83 0.47
Hex DD 86 15 0 27 5A D 22 53 2F
Octal 335 206 25 0 47 132 15 42 123 57
Binary 11011101 10000110 10101 0 100111 1011010 1101 100010 1010011 101111

Color Harmonies of #DD8615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8615

Black with #DD8615

Text Example


Text Example

White with #DD8615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8615; }

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

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

background-color css

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

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

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

border-color css

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

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

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