Html Css Color HEX #DC784E Jaffa

📋 copy color: '#DC784E'

red 220 ◦ green 120 ◦ blue 78

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

Shades of Jaffa #DC784E

Tints of Jaffa #DC784E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

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

R = 52.63%
G = 28.71%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC784E (or 0xDC784E) is known color: Jaffa. HEX triplet: DC, 78 and 4E. RGB value is (220,120,78). Sum of RGB (Red+Green+Blue) = 220+120+78=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC784E is #2387B1. Grayscale: #919191. Windows color (decimal): -2328498 or 5142748. OLE color: 5142748.

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

Color convert

RGB 220 120 78 -
CMYK 0 0.45 0.65 0.14
HSL 17.75º 0.67% 0.58% -
HSV(B) 17.75º 0.65% 0.86% -
XYZ 37.61 29.2 10.86 -
YUV 145.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 220 120 78 0 0.45 0.65 0.14 17.75 0.67 0.58
Hex DC 78 4E 0 2D 41 E 12 43 3A
Octal 334 170 116 0 55 101 16 22 103 72
Binary 11011100 1111000 1001110 0 101101 1000001 1110 10010 1000011 111010

Color Harmonies of #DC784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC784E

Black with #DC784E

Text Example


Text Example

White with #DC784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC784E; }

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

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

background-color css

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

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

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

border-color css

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

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

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