Html Css Color HEX #DC6B0F Chocolate

📋 copy color: '#DC6B0F'

red 220 ◦ green 107 ◦ blue 15

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

Shades of Chocolate #DC6B0F

Tints of Chocolate #DC6B0F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

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

R = 64.33%
G = 31.29%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC6B0F (or 0xDC6B0F) is known color: Chocolate. HEX triplet: DC, 6B and 0F. RGB value is (220,107,15). Sum of RGB (Red+Green+Blue) = 220+107+15=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B0F is #2394F0. Grayscale: #828282. Windows color (decimal): -2331889 or 1010652. OLE color: 1010652.

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

Color convert

RGB 220 107 15 -
CMYK 0 0.51 0.93 0.14
HSL 26.93º 0.87% 0.46% -
HSV(B) 26.93º 0.93% 0.86% -
XYZ 34.86 25.77 3.59 -
YUV 130.3 62.94 191.98 -
System Red Green Blue C M Y K H S L
Decimal 220 107 15 0 0.51 0.93 0.14 26.93 0.87 0.46
Hex DC 6B F 0 33 5D E 1B 57 2E
Octal 334 153 17 0 63 135 16 33 127 56
Binary 11011100 1101011 1111 0 110011 1011101 1110 11011 1010111 101110

Color Harmonies of #DC6B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B0F

Black with #DC6B0F

Text Example


Text Example

White with #DC6B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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