Html Css Color HEX #DC8418 Carrot Orange

📋 copy color: '#DC8418'

red 220 ◦ green 132 ◦ blue 24

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

Shades of Carrot Orange #DC8418

Tints of Carrot Orange #DC8418

RGB

 RED value IS 220 (86.33% from 255) = 58.51%

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

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

R = 58.51%
G = 35.11%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC8418 (or 0xDC8418) is known color: Carrot Orange. HEX triplet: DC, 84 and 18. RGB value is (220,132,24). Sum of RGB (Red+Green+Blue) = 220+132+24=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8418 is #237BE7. Grayscale: #929292. Windows color (decimal): -2325480 or 1606876. OLE color: 1606876.

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

Color convert

RGB 220 132 24 -
CMYK 0 0.40 0.89 0.14
HSL 33.06º 0.8% 0.48% -
HSV(B) 33.06º 0.89% 0.86% -
XYZ 37.93 31.78 5 -
YUV 146 59.15 180.78 -
System Red Green Blue C M Y K H S L
Decimal 220 132 24 0 0.40 0.89 0.14 33.06 0.8 0.48
Hex DC 84 18 0 28 59 E 21 50 30
Octal 334 204 30 0 50 131 16 41 120 60
Binary 11011100 10000100 11000 0 101000 1011001 1110 100001 1010000 110000

Color Harmonies of #DC8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8418

Black with #DC8418

Text Example


Text Example

White with #DC8418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8418; }

 p { color: rgb(220,132,24); }

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

background-color css

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

 a { background-color: rgb(220,132,24); }

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

border-color css

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

 span { border-color: rgb(220,132,24); }

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