Html Css Color HEX #DC744C Jaffa

📋 copy color: '#DC744C'

red 220 ◦ green 116 ◦ blue 76

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

Shades of Jaffa #DC744C

Tints of Jaffa #DC744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.45%

R = 53.4%
G = 28.16%
B = 18.45%

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

#DC744C (or 0xDC744C) is known color: Jaffa. HEX triplet: DC, 74 and 4C. RGB value is (220,116,76). Sum of RGB (Red+Green+Blue) = 220+116+76=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC744C is #238BB3. Grayscale: #8E8E8E. Windows color (decimal): -2329524 or 5010652. OLE color: 5010652.

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

Color convert

RGB 220 116 76 -
CMYK 0 0.47 0.65 0.14
HSL 16.67º 0.67% 0.58% -
HSV(B) 16.67º 0.65% 0.86% -
XYZ 37.07 28.23 10.33 -
YUV 142.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 220 116 76 0 0.47 0.65 0.14 16.67 0.67 0.58
Hex DC 74 4C 0 2F 41 E 11 43 3A
Octal 334 164 114 0 57 101 16 21 103 72
Binary 11011100 1110100 1001100 0 101111 1000001 1110 10001 1000011 111010

Color Harmonies of #DC744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC744C

Black with #DC744C

Text Example


Text Example

White with #DC744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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