Html Css Color HEX #DC724A Jaffa

📋 copy color: '#DC724A'

red 220 ◦ green 114 ◦ blue 74

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

Shades of Jaffa #DC724A

Tints of Jaffa #DC724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 53.92%
G = 27.94%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC724A (or 0xDC724A) is known color: Jaffa. HEX triplet: DC, 72 and 4A. RGB value is (220,114,74). Sum of RGB (Red+Green+Blue) = 220+114+74=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC724A is #238DB5. Grayscale: #8D8D8D. Windows color (decimal): -2330038 or 4879068. OLE color: 4879068.

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

Color convert

RGB 220 114 74 -
CMYK 0 0.48 0.66 0.14
HSL 16.44º 0.68% 0.58% -
HSV(B) 16.44º 0.66% 0.86% -
XYZ 36.77 27.74 9.9 -
YUV 141.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 220 114 74 0 0.48 0.66 0.14 16.44 0.68 0.58
Hex DC 72 4A 0 30 42 E 10 44 3A
Octal 334 162 112 0 60 102 16 20 104 72
Binary 11011100 1110010 1001010 0 110000 1000010 1110 10000 1000100 111010

Color Harmonies of #DC724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC724A

Black with #DC724A

Text Example


Text Example

White with #DC724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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