Html Css Color HEX #DC661A Chocolate

📋 copy color: '#DC661A'

red 220 ◦ green 102 ◦ blue 26

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

Shades of Chocolate #DC661A

Tints of Chocolate #DC661A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 63.22%
G = 29.31%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC661A (or 0xDC661A) is known color: Chocolate. HEX triplet: DC, 66 and 1A. RGB value is (220,102,26). Sum of RGB (Red+Green+Blue) = 220+102+26=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC661A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC661A is #2399E5. Grayscale: #818181. Windows color (decimal): -2333158 or 1730268. OLE color: 1730268.

HSL color Cylindrical-coordinate representation of color #DC661A: hue angle of 23.51º degrees, saturation: 0.79, 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 #DC661A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 26 -
CMYK 0 0.54 0.88 0.14
HSL 23.51º 0.79% 0.48% -
HSV(B) 23.51º 0.88% 0.86% -
XYZ 34.45 24.79 3.95 -
YUV 128.62 70.09 193.18 -
System Red Green Blue C M Y K H S L
Decimal 220 102 26 0 0.54 0.88 0.14 23.51 0.79 0.48
Hex DC 66 1A 0 36 58 E 18 4F 30
Octal 334 146 32 0 66 130 16 30 117 60
Binary 11011100 1100110 11010 0 110110 1011000 1110 11000 1001111 110000

Color Harmonies of #DC661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC661A

Black with #DC661A

Text Example


Text Example

White with #DC661A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC661A; }

 p { color: rgb(220,102,26); }

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

background-color css

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

 a { background-color: rgb(220,102,26); }

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

border-color css

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

 span { border-color: rgb(220,102,26); }

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