Html Css Color HEX #DC630E Chocolate

📋 copy color: '#DC630E'

red 220 ◦ green 99 ◦ blue 14

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

Shades of Chocolate #DC630E

Tints of Chocolate #DC630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 66.07%
G = 29.73%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC630E (or 0xDC630E) is known color: Chocolate. HEX triplet: DC, 63 and 0E. RGB value is (220,99,14). Sum of RGB (Red+Green+Blue) = 220+99+14=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC630E is #239CF1. Grayscale: #7D7D7D. Windows color (decimal): -2333938 or 943068. OLE color: 943068.

HSL color Cylindrical-coordinate representation of color #DC630E: hue angle of 24.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC630E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 14 -
CMYK 0 0.55 0.94 0.14
HSL 24.76º 0.88% 0.46% -
HSV(B) 24.76º 0.94% 0.86% -
XYZ 34.06 24.17 3.29 -
YUV 125.49 65.09 195.41 -
System Red Green Blue C M Y K H S L
Decimal 220 99 14 0 0.55 0.94 0.14 24.76 0.88 0.46
Hex DC 63 E 0 37 5E E 19 58 2E
Octal 334 143 16 0 67 136 16 31 130 56
Binary 11011100 1100011 1110 0 110111 1011110 1110 11001 1011000 101110

Color Harmonies of #DC630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC630E

Black with #DC630E

Text Example


Text Example

White with #DC630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC630E; }

 p { color: rgb(220,99,14); }

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

background-color css

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

 a { background-color: rgb(220,99,14); }

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

border-color css

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

 span { border-color: rgb(220,99,14); }

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