Html Css Color HEX #DC631A Chocolate

📋 copy color: '#DC631A'

red 220 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #DC631A

Tints of Chocolate #DC631A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 63.77%
G = 28.7%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC631A (or 0xDC631A) is known color: Chocolate. HEX triplet: DC, 63 and 1A. RGB value is (220,99,26). Sum of RGB (Red+Green+Blue) = 220+99+26=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC631A is #239CE5. Grayscale: #7F7F7F. Windows color (decimal): -2333926 or 1729500. OLE color: 1729500.

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

Color convert

RGB 220 99 26 -
CMYK 0 0.55 0.88 0.14
HSL 22.58º 0.79% 0.48% -
HSV(B) 22.58º 0.88% 0.86% -
XYZ 34.16 24.21 3.85 -
YUV 126.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 220 99 26 0 0.55 0.88 0.14 22.58 0.79 0.48
Hex DC 63 1A 0 37 58 E 17 4F 30
Octal 334 143 32 0 67 130 16 27 117 60
Binary 11011100 1100011 11010 0 110111 1011000 1110 10111 1001111 110000

Color Harmonies of #DC631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC631A

Black with #DC631A

Text Example


Text Example

White with #DC631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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