Html Css Color HEX #DC671F Chocolate

📋 copy color: '#DC671F'

red 220 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #DC671F

Tints of Chocolate #DC671F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 62.15%
G = 29.1%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC671F (or 0xDC671F) is known color: Chocolate. HEX triplet: DC, 67 and 1F. RGB value is (220,103,31). Sum of RGB (Red+Green+Blue) = 220+103+31=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC671F is #2398E0. Grayscale: #828282. Windows color (decimal): -2332897 or 2058204. OLE color: 2058204.

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

Color convert

RGB 220 103 31 -
CMYK 0 0.53 0.86 0.14
HSL 22.86º 0.75% 0.49% -
HSV(B) 22.86º 0.86% 0.86% -
XYZ 34.61 25.02 4.3 -
YUV 129.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 220 103 31 0 0.53 0.86 0.14 22.86 0.75 0.49
Hex DC 67 1F 0 35 56 E 17 4B 31
Octal 334 147 37 0 65 126 16 27 113 61
Binary 11011100 1100111 11111 0 110101 1010110 1110 10111 1001011 110001

Color Harmonies of #DC671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC671F

Black with #DC671F

Text Example


Text Example

White with #DC671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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