Html Css Color HEX #DC731B Chocolate

📋 copy color: '#DC731B'

red 220 ◦ green 115 ◦ blue 27

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

Shades of Chocolate #DC731B

Tints of Chocolate #DC731B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 60.77%
G = 31.77%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC731B (or 0xDC731B) is known color: Chocolate. HEX triplet: DC, 73 and 1B. RGB value is (220,115,27). Sum of RGB (Red+Green+Blue) = 220+115+27=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC731B is #238CE4. Grayscale: #888888. Windows color (decimal): -2329829 or 1799132. OLE color: 1799132.

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

Color convert

RGB 220 115 27 -
CMYK 0 0.48 0.88 0.14
HSL 27.36º 0.78% 0.48% -
HSV(B) 27.36º 0.88% 0.86% -
XYZ 35.84 27.56 4.47 -
YUV 136.36 66.29 187.66 -
System Red Green Blue C M Y K H S L
Decimal 220 115 27 0 0.48 0.88 0.14 27.36 0.78 0.48
Hex DC 73 1B 0 30 58 E 1B 4E 30
Octal 334 163 33 0 60 130 16 33 116 60
Binary 11011100 1110011 11011 0 110000 1011000 1110 11011 1001110 110000

Color Harmonies of #DC731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC731B

Black with #DC731B

Text Example


Text Example

White with #DC731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC731B; }

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

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

background-color css

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

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

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

border-color css

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

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

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