Html Css Color HEX #DC8519 Carrot Orange

📋 copy color: '#DC8519'

red 220 ◦ green 133 ◦ blue 25

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

Shades of Carrot Orange #DC8519

Tints of Carrot Orange #DC8519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

 BLUE value IS 25 (10.16% from 255) = 6.61%

R = 58.2%
G = 35.19%
B = 6.61%

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

#DC8519 (or 0xDC8519) is known color: Carrot Orange. HEX triplet: DC, 85 and 19. RGB value is (220,133,25). Sum of RGB (Red+Green+Blue) = 220+133+25=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8519 is #237AE6. Grayscale: #939393. Windows color (decimal): -2325223 or 1672668. OLE color: 1672668.

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

Color convert

RGB 220 133 25 -
CMYK 0 0.40 0.89 0.14
HSL 33.23º 0.8% 0.48% -
HSV(B) 33.23º 0.89% 0.86% -
XYZ 38.08 32.06 5.1 -
YUV 146.7 59.32 180.28 -
System Red Green Blue C M Y K H S L
Decimal 220 133 25 0 0.40 0.89 0.14 33.23 0.8 0.48
Hex DC 85 19 0 28 59 E 21 50 30
Octal 334 205 31 0 50 131 16 41 120 60
Binary 11011100 10000101 11001 0 101000 1011001 1110 100001 1010000 110000

Color Harmonies of #DC8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8519

Black with #DC8519

Text Example


Text Example

White with #DC8519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8519; }

 p { color: rgb(220,133,25); }

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

background-color css

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

 a { background-color: rgb(220,133,25); }

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

border-color css

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

 span { border-color: rgb(220,133,25); }

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