Html Css Color HEX #DC724D Jaffa

📋 copy color: '#DC724D'

red 220 ◦ green 114 ◦ blue 77

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

Shades of Jaffa #DC724D

Tints of Jaffa #DC724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 53.53%
G = 27.74%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC724D (or 0xDC724D) is known color: Jaffa. HEX triplet: DC, 72 and 4D. RGB value is (220,114,77). Sum of RGB (Red+Green+Blue) = 220+114+77=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC724D is #238DB2. Grayscale: #8D8D8D. Windows color (decimal): -2330035 or 5075676. OLE color: 5075676.

HSL color Cylindrical-coordinate representation of color #DC724D: hue angle of 15.52º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC724D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 77 -
CMYK 0 0.48 0.65 0.14
HSL 15.52º 0.67% 0.58% -
HSV(B) 15.52º 0.65% 0.86% -
XYZ 36.87 27.79 10.44 -
YUV 141.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 220 114 77 0 0.48 0.65 0.14 15.52 0.67 0.58
Hex DC 72 4D 0 30 41 E 10 43 3A
Octal 334 162 115 0 60 101 16 20 103 72
Binary 11011100 1110010 1001101 0 110000 1000001 1110 10000 1000011 111010

Color Harmonies of #DC724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC724D

Black with #DC724D

Text Example


Text Example

White with #DC724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC724D; }

 p { color: rgb(220,114,77); }

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

background-color css

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

 a { background-color: rgb(220,114,77); }

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

border-color css

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

 span { border-color: rgb(220,114,77); }

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