Html Css Color HEX #DC8618 Carrot Orange

📋 copy color: '#DC8618'

red 220 ◦ green 134 ◦ blue 24

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

Shades of Carrot Orange #DC8618

Tints of Carrot Orange #DC8618

RGB

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

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

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

R = 58.2%
G = 35.45%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC8618 (or 0xDC8618) is known color: Carrot Orange. HEX triplet: DC, 86 and 18. RGB value is (220,134,24). Sum of RGB (Red+Green+Blue) = 220+134+24=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8618 is #2379E7. Grayscale: #939393. Windows color (decimal): -2324968 or 1607388. OLE color: 1607388.

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

Color convert

RGB 220 134 24 -
CMYK 0 0.39 0.89 0.14
HSL 33.67º 0.8% 0.48% -
HSV(B) 33.67º 0.89% 0.86% -
XYZ 38.21 32.33 5.09 -
YUV 147.17 58.49 179.94 -
System Red Green Blue C M Y K H S L
Decimal 220 134 24 0 0.39 0.89 0.14 33.67 0.8 0.48
Hex DC 86 18 0 27 59 E 22 50 30
Octal 334 206 30 0 47 131 16 42 120 60
Binary 11011100 10000110 11000 0 100111 1011001 1110 100010 1010000 110000

Color Harmonies of #DC8618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8618

Black with #DC8618

Text Example


Text Example

White with #DC8618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8618; }

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

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

background-color css

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

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

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

border-color css

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

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

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