Html Css Color HEX #DC751A Chocolate

📋 copy color: '#DC751A'

red 220 ◦ green 117 ◦ blue 26

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

Shades of Chocolate #DC751A

Tints of Chocolate #DC751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 60.61%
G = 32.23%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC751A (or 0xDC751A) is known color: Chocolate. HEX triplet: DC, 75 and 1A. RGB value is (220,117,26). Sum of RGB (Red+Green+Blue) = 220+117+26=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC751A is #238AE5. Grayscale: #898989. Windows color (decimal): -2329318 or 1734108. OLE color: 1734108.

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

Color convert

RGB 220 117 26 -
CMYK 0 0.47 0.88 0.14
HSL 28.14º 0.79% 0.48% -
HSV(B) 28.14º 0.88% 0.86% -
XYZ 36.06 28.01 4.48 -
YUV 137.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 220 117 26 0 0.47 0.88 0.14 28.14 0.79 0.48
Hex DC 75 1A 0 2F 58 E 1C 4F 30
Octal 334 165 32 0 57 130 16 34 117 60
Binary 11011100 1110101 11010 0 101111 1011000 1110 11100 1001111 110000

Color Harmonies of #DC751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC751A

Black with #DC751A

Text Example


Text Example

White with #DC751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC751A; }

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

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

background-color css

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

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

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

border-color css

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

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

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