Html Css Color HEX #DC6025 Chocolate

📋 copy color: '#DC6025'

red 220 ◦ green 96 ◦ blue 37

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

Shades of Chocolate #DC6025

Tints of Chocolate #DC6025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 37 (14.84% from 255) = 10.48%

R = 62.32%
G = 27.2%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC6025 (or 0xDC6025) is known color: Chocolate. HEX triplet: DC, 60 and 25. RGB value is (220,96,37). Sum of RGB (Red+Green+Blue) = 220+96+37=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6025 is #239FDA. Grayscale: #7E7E7E. Windows color (decimal): -2334683 or 2449628. OLE color: 2449628.

HSL color Cylindrical-coordinate representation of color #DC6025: hue angle of 19.34º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC6025 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 37 -
CMYK 0 0.56 0.83 0.14
HSL 19.34º 0.72% 0.5% -
HSV(B) 19.34º 0.83% 0.86% -
XYZ 34.03 23.71 4.53 -
YUV 126.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 220 96 37 0 0.56 0.83 0.14 19.34 0.72 0.5
Hex DC 60 25 0 38 53 E 13 48 32
Octal 334 140 45 0 70 123 16 23 110 62
Binary 11011100 1100000 100101 0 111000 1010011 1110 10011 1001000 110010

Color Harmonies of #DC6025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6025

Black with #DC6025

Text Example


Text Example

White with #DC6025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6025; }

 p { color: rgb(220,96,37); }

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

background-color css

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

 a { background-color: rgb(220,96,37); }

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

border-color css

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

 span { border-color: rgb(220,96,37); }

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