Html Css Color HEX #DC630D Chocolate

📋 copy color: '#DC630D'

red 220 ◦ green 99 ◦ blue 13

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

Shades of Chocolate #DC630D

Tints of Chocolate #DC630D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 66.27%
G = 29.82%
B = 3.92%

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

#DC630D (or 0xDC630D) is known color: Chocolate. HEX triplet: DC, 63 and 0D. RGB value is (220,99,13). Sum of RGB (Red+Green+Blue) = 220+99+13=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC630D is #239CF2. Grayscale: #7D7D7D. Windows color (decimal): -2333939 or 877532. OLE color: 877532.

HSL color Cylindrical-coordinate representation of color #DC630D: hue angle of 24.93º degrees, saturation: 0.89, 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 #DC630D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 13 -
CMYK 0 0.55 0.94 0.14
HSL 24.93º 0.89% 0.46% -
HSV(B) 24.93º 0.94% 0.86% -
XYZ 34.05 24.17 3.25 -
YUV 125.38 64.59 195.49 -
System Red Green Blue C M Y K H S L
Decimal 220 99 13 0 0.55 0.94 0.14 24.93 0.89 0.46
Hex DC 63 D 0 37 5E E 19 59 2E
Octal 334 143 15 0 67 136 16 31 131 56
Binary 11011100 1100011 1101 0 110111 1011110 1110 11001 1011001 101110

Color Harmonies of #DC630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC630D

Black with #DC630D

Text Example


Text Example

White with #DC630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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