Html Css Color HEX #DC671D Chocolate

📋 copy color: '#DC671D'

red 220 ◦ green 103 ◦ blue 29

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

Shades of Chocolate #DC671D

Tints of Chocolate #DC671D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.26%

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

R = 62.5%
G = 29.26%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC671D (or 0xDC671D) is known color: Chocolate. HEX triplet: DC, 67 and 1D. RGB value is (220,103,29). Sum of RGB (Red+Green+Blue) = 220+103+29=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC671D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC671D is #2398E2. Grayscale: #818181. Windows color (decimal): -2332899 or 1927132. OLE color: 1927132.

HSL color Cylindrical-coordinate representation of color #DC671D: hue angle of 23.25º 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 #DC671D is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 29 -
CMYK 0 0.53 0.87 0.14
HSL 23.25º 0.77% 0.49% -
HSV(B) 23.25º 0.87% 0.86% -
XYZ 34.59 25 4.17 -
YUV 129.55 71.26 192.52 -
System Red Green Blue C M Y K H S L
Decimal 220 103 29 0 0.53 0.87 0.14 23.25 0.77 0.49
Hex DC 67 1D 0 35 57 E 17 4D 31
Octal 334 147 35 0 65 127 16 27 115 61
Binary 11011100 1100111 11101 0 110101 1010111 1110 10111 1001101 110001

Color Harmonies of #DC671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC671D

Black with #DC671D

Text Example


Text Example

White with #DC671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC671D; }

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

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

background-color css

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

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

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

border-color css

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

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

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