Html Css Color HEX #DC8517 Carrot Orange

📋 copy color: '#DC8517'

red 220 ◦ green 133 ◦ blue 23

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

Shades of Carrot Orange #DC8517

Tints of Carrot Orange #DC8517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.12%

R = 58.51%
G = 35.37%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8517 (or 0xDC8517) is known color: Carrot Orange. HEX triplet: DC, 85 and 17. RGB value is (220,133,23). Sum of RGB (Red+Green+Blue) = 220+133+23=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8517 is #237AE8. Grayscale: #939393. Windows color (decimal): -2325225 or 1541596. OLE color: 1541596.

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

Color convert

RGB 220 133 23 -
CMYK 0 0.40 0.90 0.14
HSL 33.5º 0.81% 0.48% -
HSV(B) 33.5º 0.9% 0.86% -
XYZ 38.06 32.05 4.99 -
YUV 146.47 58.32 180.44 -
System Red Green Blue C M Y K H S L
Decimal 220 133 23 0 0.40 0.90 0.14 33.5 0.81 0.48
Hex DC 85 17 0 28 5A E 22 51 30
Octal 334 205 27 0 50 132 16 42 121 60
Binary 11011100 10000101 10111 0 101000 1011010 1110 100010 1010001 110000

Color Harmonies of #DC8517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8517

Black with #DC8517

Text Example


Text Example

White with #DC8517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8517; }

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

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

background-color css

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

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

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

border-color css

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

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

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