Html Css Color HEX #DC681B Chocolate

📋 copy color: '#DC681B'

red 220 ◦ green 104 ◦ blue 27

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

Shades of Chocolate #DC681B

Tints of Chocolate #DC681B

RGB

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

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

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

R = 62.68%
G = 29.63%
B = 7.69%

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

#DC681B (or 0xDC681B) is known color: Chocolate. HEX triplet: DC, 68 and 1B. RGB value is (220,104,27). Sum of RGB (Red+Green+Blue) = 220+104+27=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC681B is #2397E4. Grayscale: #828282. Windows color (decimal): -2332645 or 1796316. OLE color: 1796316.

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

Color convert

RGB 220 104 27 -
CMYK 0 0.53 0.88 0.14
HSL 23.94º 0.78% 0.48% -
HSV(B) 23.94º 0.88% 0.86% -
XYZ 34.66 25.2 4.07 -
YUV 129.91 69.93 192.26 -
System Red Green Blue C M Y K H S L
Decimal 220 104 27 0 0.53 0.88 0.14 23.94 0.78 0.48
Hex DC 68 1B 0 35 58 E 18 4E 30
Octal 334 150 33 0 65 130 16 30 116 60
Binary 11011100 1101000 11011 0 110101 1011000 1110 11000 1001110 110000

Color Harmonies of #DC681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC681B

Black with #DC681B

Text Example


Text Example

White with #DC681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC681B; }

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

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

background-color css

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

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

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

border-color css

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

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

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