Html Css Color HEX #DC670F Chocolate

📋 copy color: '#DC670F'

red 220 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #DC670F

Tints of Chocolate #DC670F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.44%

R = 65.09%
G = 30.47%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC670F (or 0xDC670F) is known color: Chocolate. HEX triplet: DC, 67 and 0F. RGB value is (220,103,15). Sum of RGB (Red+Green+Blue) = 220+103+15=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC670F is #2398F0. Grayscale: #808080. Windows color (decimal): -2332913 or 1009628. OLE color: 1009628.

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

Color convert

RGB 220 103 15 -
CMYK 0 0.53 0.93 0.14
HSL 25.76º 0.87% 0.46% -
HSV(B) 25.76º 0.93% 0.86% -
XYZ 34.45 24.95 3.45 -
YUV 127.95 64.26 193.66 -
System Red Green Blue C M Y K H S L
Decimal 220 103 15 0 0.53 0.93 0.14 25.76 0.87 0.46
Hex DC 67 F 0 35 5D E 1A 57 2E
Octal 334 147 17 0 65 135 16 32 127 56
Binary 11011100 1100111 1111 0 110101 1011101 1110 11010 1010111 101110

Color Harmonies of #DC670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC670F

Black with #DC670F

Text Example


Text Example

White with #DC670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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