Html Css Color HEX #DC6D1B Chocolate

📋 copy color: '#DC6D1B'

red 220 ◦ green 109 ◦ blue 27

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

Shades of Chocolate #DC6D1B

Tints of Chocolate #DC6D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 61.8%
G = 30.62%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC6D1B (or 0xDC6D1B) is known color: Chocolate. HEX triplet: DC, 6D and 1B. RGB value is (220,109,27). Sum of RGB (Red+Green+Blue) = 220+109+27=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D1B is #2392E4. Grayscale: #858585. Windows color (decimal): -2331365 or 1797596. OLE color: 1797596.

HSL color Cylindrical-coordinate representation of color #DC6D1B: hue angle of 25.49º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC6D1B is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 109 27 -
CMYK 0 0.50 0.88 0.14
HSL 25.49º 0.78% 0.48% -
HSV(B) 25.49º 0.88% 0.86% -
XYZ 35.18 26.23 4.25 -
YUV 132.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 220 109 27 0 0.50 0.88 0.14 25.49 0.78 0.48
Hex DC 6D 1B 0 32 58 E 19 4E 30
Octal 334 155 33 0 62 130 16 31 116 60
Binary 11011100 1101101 11011 0 110010 1011000 1110 11001 1001110 110000

Color Harmonies of #DC6D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D1B

Black with #DC6D1B

Text Example


Text Example

White with #DC6D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D1B; }

 p { color: rgb(220,109,27); }

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

background-color css

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

 a { background-color: rgb(220,109,27); }

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

border-color css

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

 span { border-color: rgb(220,109,27); }

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