Html Css Color HEX #DC8413 Carrot Orange

📋 copy color: '#DC8413'

red 220 ◦ green 132 ◦ blue 19

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

Shades of Carrot Orange #DC8413

Tints of Carrot Orange #DC8413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.12%

R = 59.3%
G = 35.58%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC8413 (or 0xDC8413) is known color: Carrot Orange. HEX triplet: DC, 84 and 13. RGB value is (220,132,19). Sum of RGB (Red+Green+Blue) = 220+132+19=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8413 is #237BEC. Grayscale: #919191. Windows color (decimal): -2325485 or 1279196. OLE color: 1279196.

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

Color convert

RGB 220 132 19 -
CMYK 0 0.40 0.91 0.14
HSL 33.73º 0.84% 0.47% -
HSV(B) 33.73º 0.91% 0.86% -
XYZ 37.88 31.77 4.75 -
YUV 145.43 56.65 181.19 -
System Red Green Blue C M Y K H S L
Decimal 220 132 19 0 0.40 0.91 0.14 33.73 0.84 0.47
Hex DC 84 13 0 28 5B E 22 54 2F
Octal 334 204 23 0 50 133 16 42 124 57
Binary 11011100 10000100 10011 0 101000 1011011 1110 100010 1010100 101111

Color Harmonies of #DC8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8413

Black with #DC8413

Text Example


Text Example

White with #DC8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8413; }

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

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

background-color css

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

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

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

border-color css

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

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

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