Html Css Color HEX #DC691C Chocolate

📋 copy color: '#DC691C'

red 220 ◦ green 105 ◦ blue 28

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

Shades of Chocolate #DC691C

Tints of Chocolate #DC691C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 62.32%
G = 29.75%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC691C (or 0xDC691C) is known color: Chocolate. HEX triplet: DC, 69 and 1C. RGB value is (220,105,28). Sum of RGB (Red+Green+Blue) = 220+105+28=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC691C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC691C is #2396E3. Grayscale: #838383. Windows color (decimal): -2332388 or 1862108. OLE color: 1862108.

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

Color convert

RGB 220 105 28 -
CMYK 0 0.52 0.87 0.14
HSL 24.06º 0.77% 0.49% -
HSV(B) 24.06º 0.87% 0.86% -
XYZ 34.78 25.4 4.17 -
YUV 130.61 70.1 191.76 -
System Red Green Blue C M Y K H S L
Decimal 220 105 28 0 0.52 0.87 0.14 24.06 0.77 0.49
Hex DC 69 1C 0 34 57 E 18 4D 31
Octal 334 151 34 0 64 127 16 30 115 61
Binary 11011100 1101001 11100 0 110100 1010111 1110 11000 1001101 110001

Color Harmonies of #DC691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC691C

Black with #DC691C

Text Example


Text Example

White with #DC691C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC691C; }

 p { color: rgb(220,105,28); }

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

background-color css

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

 a { background-color: rgb(220,105,28); }

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

border-color css

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

 span { border-color: rgb(220,105,28); }

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