Html Css Color HEX #DC631E Chocolate

📋 copy color: '#DC631E'

red 220 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #DC631E

Tints of Chocolate #DC631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 63.04%
G = 28.37%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC631E (or 0xDC631E) is known color: Chocolate. HEX triplet: DC, 63 and 1E. RGB value is (220,99,30). Sum of RGB (Red+Green+Blue) = 220+99+30=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC631E is #239CE1. Grayscale: #7F7F7F. Windows color (decimal): -2333922 or 1991644. OLE color: 1991644.

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

Color convert

RGB 220 99 30 -
CMYK 0 0.55 0.86 0.14
HSL 21.79º 0.76% 0.49% -
HSV(B) 21.79º 0.86% 0.86% -
XYZ 34.21 24.23 4.1 -
YUV 127.31 73.09 194.11 -
System Red Green Blue C M Y K H S L
Decimal 220 99 30 0 0.55 0.86 0.14 21.79 0.76 0.49
Hex DC 63 1E 0 37 56 E 16 4C 31
Octal 334 143 36 0 67 126 16 26 114 61
Binary 11011100 1100011 11110 0 110111 1010110 1110 10110 1001100 110001

Color Harmonies of #DC631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC631E

Black with #DC631E

Text Example


Text Example

White with #DC631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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