Html Css Color HEX #DC681A Chocolate

📋 copy color: '#DC681A'

red 220 ◦ green 104 ◦ blue 26

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

Shades of Chocolate #DC681A

Tints of Chocolate #DC681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.71%

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

R = 62.86%
G = 29.71%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC681A (or 0xDC681A) is known color: Chocolate. HEX triplet: DC, 68 and 1A. RGB value is (220,104,26). Sum of RGB (Red+Green+Blue) = 220+104+26=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC681A is #2397E5. Grayscale: #828282. Windows color (decimal): -2332646 or 1730780. OLE color: 1730780.

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

Color convert

RGB 220 104 26 -
CMYK 0 0.53 0.88 0.14
HSL 24.12º 0.79% 0.48% -
HSV(B) 24.12º 0.88% 0.86% -
XYZ 34.65 25.19 4.01 -
YUV 129.79 69.43 192.34 -
System Red Green Blue C M Y K H S L
Decimal 220 104 26 0 0.53 0.88 0.14 24.12 0.79 0.48
Hex DC 68 1A 0 35 58 E 18 4F 30
Octal 334 150 32 0 65 130 16 30 117 60
Binary 11011100 1101000 11010 0 110101 1011000 1110 11000 1001111 110000

Color Harmonies of #DC681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC681A

Black with #DC681A

Text Example


Text Example

White with #DC681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC681A; }

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

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

background-color css

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

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

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

border-color css

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

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

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