Html Css Color HEX #DC631D Chocolate

📋 copy color: '#DC631D'

red 220 ◦ green 99 ◦ blue 29

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

Shades of Chocolate #DC631D

Tints of Chocolate #DC631D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 63.22%
G = 28.45%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC631D (or 0xDC631D) is known color: Chocolate. HEX triplet: DC, 63 and 1D. RGB value is (220,99,29). Sum of RGB (Red+Green+Blue) = 220+99+29=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC631D is #239CE2. Grayscale: #7F7F7F. Windows color (decimal): -2333923 or 1926108. OLE color: 1926108.

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

Color convert

RGB 220 99 29 -
CMYK 0 0.55 0.87 0.14
HSL 21.99º 0.77% 0.49% -
HSV(B) 21.99º 0.87% 0.86% -
XYZ 34.2 24.23 4.04 -
YUV 127.2 72.59 194.19 -
System Red Green Blue C M Y K H S L
Decimal 220 99 29 0 0.55 0.87 0.14 21.99 0.77 0.49
Hex DC 63 1D 0 37 57 E 16 4D 31
Octal 334 143 35 0 67 127 16 26 115 61
Binary 11011100 1100011 11101 0 110111 1010111 1110 10110 1001101 110001

Color Harmonies of #DC631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC631D

Black with #DC631D

Text Example


Text Example

White with #DC631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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