Html Css Color HEX #DD8618 Carrot Orange

📋 copy color: '#DD8618'

red 221 ◦ green 134 ◦ blue 24

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

Shades of Carrot Orange #DD8618

Tints of Carrot Orange #DD8618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 58.31%
G = 35.36%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD8618 (or 0xDD8618) is known color: Carrot Orange. HEX triplet: DD, 86 and 18. RGB value is (221,134,24). Sum of RGB (Red+Green+Blue) = 221+134+24=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8618 is #2279E7. Grayscale: #949494. Windows color (decimal): -2259432 or 1607389. OLE color: 1607389.

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

Color convert

RGB 221 134 24 -
CMYK 0 0.39 0.89 0.13
HSL 33.5º 0.8% 0.48% -
HSV(B) 33.5º 0.89% 0.87% -
XYZ 38.51 32.49 5.11 -
YUV 147.47 58.32 180.44 -
System Red Green Blue C M Y K H S L
Decimal 221 134 24 0 0.39 0.89 0.13 33.5 0.8 0.48
Hex DD 86 18 0 27 59 D 22 50 30
Octal 335 206 30 0 47 131 15 42 120 60
Binary 11011101 10000110 11000 0 100111 1011001 1101 100010 1010000 110000

Color Harmonies of #DD8618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8618

Black with #DD8618

Text Example


Text Example

White with #DD8618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8618; }

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

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

background-color css

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

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

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

border-color css

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

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

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