Html Css Color HEX #DC744E Jaffa

📋 copy color: '#DC744E'

red 220 ◦ green 116 ◦ blue 78

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

Shades of Jaffa #DC744E

Tints of Jaffa #DC744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.02%

 BLUE value IS 78 (30.86% from 255) = 18.84%

R = 53.14%
G = 28.02%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC744E (or 0xDC744E) is known color: Jaffa. HEX triplet: DC, 74 and 4E. RGB value is (220,116,78). Sum of RGB (Red+Green+Blue) = 220+116+78=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC744E is #238BB1. Grayscale: #8F8F8F. Windows color (decimal): -2329522 or 5141724. OLE color: 5141724.

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

Color convert

RGB 220 116 78 -
CMYK 0 0.47 0.65 0.14
HSL 16.06º 0.67% 0.58% -
HSV(B) 16.06º 0.65% 0.86% -
XYZ 37.14 28.26 10.7 -
YUV 142.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 220 116 78 0 0.47 0.65 0.14 16.06 0.67 0.58
Hex DC 74 4E 0 2F 41 E 10 43 3A
Octal 334 164 116 0 57 101 16 20 103 72
Binary 11011100 1110100 1001110 0 101111 1000001 1110 10000 1000011 111010

Color Harmonies of #DC744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC744E

Black with #DC744E

Text Example


Text Example

White with #DC744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC744E; }

 p { color: rgb(220,116,78); }

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

background-color css

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

 a { background-color: rgb(220,116,78); }

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

border-color css

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

 span { border-color: rgb(220,116,78); }

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