Html Css Color HEX #DC8614 Carrot Orange

📋 copy color: '#DC8614'

red 220 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #DC8614

Tints of Carrot Orange #DC8614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 58.82%
G = 35.83%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC8614 (or 0xDC8614) is known color: Carrot Orange. HEX triplet: DC, 86 and 14. RGB value is (220,134,20). Sum of RGB (Red+Green+Blue) = 220+134+20=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8614 is #2379EB. Grayscale: #939393. Windows color (decimal): -2324972 or 1345244. OLE color: 1345244.

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

Color convert

RGB 220 134 20 -
CMYK 0 0.39 0.91 0.14
HSL 34.2º 0.83% 0.47% -
HSV(B) 34.2º 0.91% 0.86% -
XYZ 38.17 32.32 4.89 -
YUV 146.72 56.49 180.27 -
System Red Green Blue C M Y K H S L
Decimal 220 134 20 0 0.39 0.91 0.14 34.2 0.83 0.47
Hex DC 86 14 0 27 5B E 22 53 2F
Octal 334 206 24 0 47 133 16 42 123 57
Binary 11011100 10000110 10100 0 100111 1011011 1110 100010 1010011 101111

Color Harmonies of #DC8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8614

Black with #DC8614

Text Example


Text Example

White with #DC8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8614; }

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

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

background-color css

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

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

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

border-color css

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

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

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